FaceAttributeType.Detection01 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
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
Azure SDK for .NET