Uses of Class
com.google.cloud.language.v1beta2.PartOfSpeech.Gender
-
Packages that use PartOfSpeech.Gender Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech.Gender in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return PartOfSpeech.Gender Modifier and Type Method Description static PartOfSpeech.Gender
PartOfSpeech.Gender. forNumber(int value)
PartOfSpeech.Gender
PartOfSpeech.Builder. getGender()
The grammatical gender.PartOfSpeech.Gender
PartOfSpeech. getGender()
The grammatical gender.PartOfSpeech.Gender
PartOfSpeechOrBuilder. getGender()
The grammatical gender.static PartOfSpeech.Gender
PartOfSpeech.Gender. valueOf(int value)
Deprecated.static PartOfSpeech.Gender
PartOfSpeech.Gender. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Gender
PartOfSpeech.Gender. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Gender[]
PartOfSpeech.Gender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.language.v1beta2 that return types with arguments of type PartOfSpeech.Gender Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Gender>
PartOfSpeech.Gender. internalGetValueMap()
Methods in com.google.cloud.language.v1beta2 with parameters of type PartOfSpeech.Gender Modifier and Type Method Description PartOfSpeech.Builder
PartOfSpeech.Builder. setGender(PartOfSpeech.Gender value)
The grammatical gender.
-