HairColorType Struct

Definition

Name of the hair color.

public readonly struct HairColorType : IEquatable<Azure.AI.Vision.Face.HairColorType>
type HairColorType = struct
Public Structure HairColorType
Implements IEquatable(Of HairColorType)
Inheritance
HairColorType
Implements

Constructors

HairColorType(String)

Initializes a new instance of HairColorType.

Properties

Black

Black.

Blond

Blond.

Brown

Brown.

Gray

Gray.

Other

Other.

Red

Red.

UnknownHairColor

Unknown.

White

White.

Methods

Equals(HairColorType)

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(HairColorType, HairColorType)

Determines if two HairColorType values are the same.

Implicit(String to HairColorType)

Converts a string to a HairColorType.

Inequality(HairColorType, HairColorType)

Determines if two HairColorType values are not the same.

Applies to