次の方法で共有


FaceAttributes.Accessories プロパティ

定義

指定された顔のアクセサリを記述するプロパティを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象