FaceAttributes.Age Property

Definition

Gets or sets age in years

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to