FaceAttributes.Accessories Property

Definition

Gets or sets properties describing any accessories on a given face.

[Newtonsoft.Json.JsonProperty(PropertyName="accessories")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Accessory> Accessories { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accessories")>]
member this.Accessories : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Accessory> with get, set
Public Property Accessories As IList(Of Accessory)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to