FaceRectangle interface
An object describing face rectangle.
Properties
| height | Height measured from the top-left point of the face, in pixels. |
| left | X-coordinate of the top left point of the face, in pixels. |
| top | Y-coordinate of the top left point of the face, in pixels. |
| width | Width measured from the top-left point of the face, in pixels. |
Property Details
height
Height measured from the top-left point of the face, in pixels.
height?: undefined | number
Property Value
undefined | number
left
X-coordinate of the top left point of the face, in pixels.
left?: undefined | number
Property Value
undefined | number
top
Y-coordinate of the top left point of the face, in pixels.
top?: undefined | number
Property Value
undefined | number
width
Width measured from the top-left point of the face, in pixels.
width?: undefined | number
Property Value
undefined | number