Bagikan melalui


MaskType Struct

Definition

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)

Converts a string to a MaskType.

Inequality(MaskType, MaskType)

Determines if two MaskType values are not the same.

Applies to