FaceAttributesOutput interface
Face attributes for the detected face.
Properties
| accessories | Properties describing any accessories on a given face. |
| age | Age in years. |
| blur | Properties describing any presence of blur within the image. |
| exposure | Properties describing exposure level of the image. |
| facial |
Properties describing facial hair attributes. |
| glasses | Glasses type if any of the face. Possible values: "noGlasses", "readingGlasses", "sunglasses", "swimmingGoggles" |
| hair | Properties describing hair attributes. |
| head |
3-D roll/yaw/pitch angles for face direction. |
| mask | Properties describing the presence of a mask on a given face. |
| noise | Properties describing noise level of the image. |
| occlusion | Properties describing occlusions on a given face. |
| quality |
Properties describing the overall image quality regarding whether the image being used in the detection is of sufficient quality to attempt face recognition on. Possible values: "low", "medium", "high" |
| smile | Smile intensity, a number between [0,1]. |
Property Details
accessories
Properties describing any accessories on a given face.
accessories?: AccessoryItemOutput[]
Property Value
age
Age in years.
age?: number
Property Value
number
blur
Properties describing any presence of blur within the image.
blur?: BlurPropertiesOutput
Property Value
exposure
Properties describing exposure level of the image.
exposure?: ExposurePropertiesOutput
Property Value
facialHair
Properties describing facial hair attributes.
facialHair?: FacialHairOutput
Property Value
glasses
Glasses type if any of the face.
Possible values: "noGlasses", "readingGlasses", "sunglasses", "swimmingGoggles"
glasses?: string
Property Value
string
hair
Properties describing hair attributes.
hair?: HairPropertiesOutput
Property Value
headPose
3-D roll/yaw/pitch angles for face direction.
headPose?: HeadPoseOutput
Property Value
mask
Properties describing the presence of a mask on a given face.
mask?: MaskPropertiesOutput
Property Value
noise
Properties describing noise level of the image.
noise?: NoisePropertiesOutput
Property Value
occlusion
Properties describing occlusions on a given face.
occlusion?: OcclusionPropertiesOutput
Property Value
qualityForRecognition
Properties describing the overall image quality regarding whether the image being used in the detection is of sufficient quality to attempt face recognition on.
Possible values: "low", "medium", "high"
qualityForRecognition?: string
Property Value
string
smile
Smile intensity, a number between [0,1].
smile?: number
Property Value
number