GlassesType 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.
Glasses type of the face.
public readonly struct GlassesType : IEquatable<Azure.AI.Vision.Face.GlassesType>
type GlassesType = struct
Public Structure GlassesType
Implements IEquatable(Of GlassesType)
- Inheritance
-
GlassesType
- Implements
Constructors
GlassesType(String) |
Initializes a new instance of GlassesType. |
Properties
NoGlasses |
No glasses on the face. |
ReadingGlasses |
Normal glasses on the face. |
Sunglasses |
Sunglasses on the face. |
SwimmingGoggles |
Swimming goggles on the face. |
Methods
Equals(GlassesType) |
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(GlassesType, GlassesType) |
Determines if two GlassesType values are the same. |
Implicit(String to GlassesType) |
Converts a String to a GlassesType. |
Inequality(GlassesType, GlassesType) |
Determines if two GlassesType values are not the same. |
Applies to
Azure SDK for .NET