FaceAttributes.Smile Property

Definition

Gets or sets smile intensity, a number between [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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to