FaceAttributeType.Detection01 Struct

Definition

Available attributes for detection01 model.

public struct FaceAttributeType.Detection01
type FaceAttributeType.Detection01 = struct
Public Structure FaceAttributeType.Detection01
Inheritance
FaceAttributeType.Detection01

Properties

Accessories

Accessories around face, including 'headwear', 'glasses' and 'mask'. Empty array means no accessories detected. Note this is after a face is detected. Large mask could result in no face to be detected.

Blur

Face is blurry or not. Level returns 'Low', 'Medium' or 'High'. Value returns a number between [0,1], the larger the blurrier.

Exposure

Face exposure level. Level returns 'GoodExposure', 'OverExposure' or 'UnderExposure'.

Glasses

Glasses type. Values include 'NoGlasses', 'ReadingGlasses', 'Sunglasses', 'SwimmingGoggles'.

HeadPose

3-D roll/yaw/pitch angles for face direction.

Mask

Whether each face is wearing a mask. Mask type returns 'noMask', 'faceMask', 'otherMaskOrOcclusion', or 'uncertain'. Value returns a boolean 'noseAndMouthCovered' indicating whether nose and mouth are covered.

Noise

Noise level of face pixels. Level returns 'Low', 'Medium' and 'High'. Value returns a number between [0,1], the larger the noisier.

Occlusion

Whether each facial area is occluded, including forehead, eyes and mouth.

Applies to