Accessory.Type Property

Definition

Gets or sets type of an accessory. Possible values include: 'headWear', 'glasses', 'mask'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.AccessoryType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.CognitiveServices.Vision.Face.Models.AccessoryType with get, set
Public Property Type As AccessoryType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to