Hair.Bald Property

Definition

Gets or sets a number describing confidence level of whether the person is bald.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to