Compartir a través de


FaceAttributes.Gender Propiedad

Definición

Obtiene o establece el posible sexo de la cara. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a