MaskType 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.
Type of the mask.
public readonly struct MaskType : IEquatable<Azure.AI.Vision.Face.MaskType>
type MaskType = struct
Public Structure MaskType
Implements IEquatable(Of MaskType)
- Inheritance
-
MaskType
- Implements
Constructors
MaskType(String) |
Initializes a new instance of MaskType. |
Properties
FaceMask |
Face mask. |
NoMask |
No mask. |
OtherMaskOrOcclusion |
Other types of mask or occlusion. |
Uncertain |
Uncertain. |
Methods
Equals(MaskType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MaskType, MaskType) |
Determines if two MaskType values are the same. |
Implicit(String to MaskType) | |
Inequality(MaskType, MaskType) |
Determines if two MaskType values are not the same. |
Applies to
Azure SDK for .NET