TypeScript SDK Reference / NormalizedFacebox
Interface: NormalizedFacebox
The normalized coordinates of a bounding box of a face. All coordinates are normalized to the range [0, 1] relative to the video frame dimensions.
Properties
height
height:
number
The height of the bounding box (0-1).
width
width:
number
The width of the bounding box (0-1).
xCenter
xCenter:
number
The X coordinate of the center of the bounding box (0-1).
yCenter
yCenter:
number
The Y coordinate of the center of the bounding box (0-1).