次の方法で共有


Hair.HairColor プロパティ

定義

それぞれの候補の色と信頼度レベルの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象