次の方法で共有


FaceAttributes.Smile プロパティ

定義

[0,1] の間の数値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="smile")]
public double? Smile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="smile")>]
member this.Smile : Nullable<double> with get, set
Public Property Smile As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象