Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.Gender
-
Packages that use Gender Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of Gender in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return Gender Modifier and Type Method Description static Gender
Gender. fromString(String value)
Parses a serialized value to a Gender instance.Gender
FaceDescription. gender()
Get the gender value.static Gender
Gender. valueOf(String name)
Returns the enum constant of this type with the specified name.static Gender[]
Gender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models with parameters of type Gender Modifier and Type Method Description FaceDescription
FaceDescription. withGender(Gender gender)
Set the gender value.
-