FaceAttributes.Glasses Property

Definition

Gets or sets glasses type if any of the face. Possible values include: 'noGlasses', 'readingGlasses', 'sunglasses', 'swimmingGoggles'

[Newtonsoft.Json.JsonProperty(PropertyName="glasses")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.GlassesType? Glasses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="glasses")>]
member this.Glasses : Nullable<Microsoft.Azure.CognitiveServices.Vision.Face.Models.GlassesType> with get, set
Public Property Glasses As Nullable(Of GlassesType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to