Freigeben über


FaceAttributes.Glasses Eigenschaft

Definition

Ruft den Brillentyp ab, wenn eines der Gesichter vorhanden ist, oder legt diese fest. Mögliche Werte sind: "noGlasses", "readingGlasses", "sonnenbrillen", "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: