Uses of Class
com.google.cloud.language.v1.PartOfSpeech.Gender
-
Packages that use PartOfSpeech.Gender Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech.Gender in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return PartOfSpeech.Gender Modifier and Type Method Description static PartOfSpeech.GenderPartOfSpeech.Gender. forNumber(int value)PartOfSpeech.GenderPartOfSpeech.Builder. getGender()The grammatical gender.PartOfSpeech.GenderPartOfSpeech. getGender()The grammatical gender.PartOfSpeech.GenderPartOfSpeechOrBuilder. getGender()The grammatical gender.static PartOfSpeech.GenderPartOfSpeech.Gender. valueOf(int value)Deprecated.static PartOfSpeech.GenderPartOfSpeech.Gender. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PartOfSpeech.GenderPartOfSpeech.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.v1 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.v1 with parameters of type PartOfSpeech.Gender Modifier and Type Method Description PartOfSpeech.BuilderPartOfSpeech.Builder. setGender(PartOfSpeech.Gender value)The grammatical gender.
-