FaceAttributes.Gender Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets possible gender of the face. Possible values include: 'male', 'female', 'genderless'
[Newtonsoft.Json.JsonProperty(PropertyName="gender")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.Gender? Gender { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="gender")>]
member this.Gender : Nullable<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Gender> with get, set
Public Property Gender As Nullable(Of Gender)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute