次の方法で共有


HairColor.Color プロパティ

定義

髪の色の名前を取得または設定します。 使用できる値は、'unknown'、'white'、'gray'、'blond'、'brown'、'red'、'black'、'other' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象