Skip to content

React SDK Reference / GetHealthOptions

Interface: GetHealthOptions

The information needed for the function getHealth.

See

getHealth

Properties

faceBox?

optional faceBox: NormalizedFacebox

The normalized bounding box of the face.


images?

optional images: object

The images of different ROI

chest?

optional chest: ROI

chin?

optional chin: ROI

face?

optional face: ROI

forehead?

optional forehead: ROI

glabella?

optional glabella: ROI

leftCheek?

optional leftCheek: ROI

leftLowerCheek?

optional leftLowerCheek: ROI

leftUpperCheek?

optional leftUpperCheek: ROI

neck?

optional neck: ROI

rightCheek?

optional rightCheek: ROI

rightLowerCheek?

optional rightLowerCheek: ROI

rightUpperCheek?

optional rightUpperCheek: ROI


landmarks

landmarks: NormalizedLandmark[]

The landmarks of the face.


userInfo

userInfo: UserInfo

The information of the user doing the scanning.


videoFrameInfo

videoFrameInfo: VideoFrameInfo

The information of the video frame.