你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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