FaceDescription interface
An object describing a face identified in the image.
Properties
age | Possible age of the face. |
face |
Rectangle in the image containing the identified face. |
gender | Possible gender of the face. Possible values include: 'Male', 'Female' |
Property Details
age
Possible age of the face.
age?: number
Property Value
number
faceRectangle
Rectangle in the image containing the identified face.
faceRectangle?: FaceRectangle
Property Value
gender
Possible gender of the face. Possible values include: 'Male', 'Female'
gender?: Gender