Uses of Class
com.google.cloud.language.v1beta2.PartOfSpeech.Number
-
Packages that use PartOfSpeech.Number Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech.Number in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return PartOfSpeech.Number Modifier and Type Method Description static PartOfSpeech.NumberPartOfSpeech.Number. forNumber(int value)PartOfSpeech.NumberPartOfSpeech.Builder. getNumber()The grammatical number.PartOfSpeech.NumberPartOfSpeech. getNumber()The grammatical number.PartOfSpeech.NumberPartOfSpeechOrBuilder. getNumber()The grammatical number.static PartOfSpeech.NumberPartOfSpeech.Number. valueOf(int value)Deprecated.static PartOfSpeech.NumberPartOfSpeech.Number. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PartOfSpeech.NumberPartOfSpeech.Number. valueOf(String name)Returns the enum constant of this type with the specified name.static PartOfSpeech.Number[]PartOfSpeech.Number. 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.Number Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Number>PartOfSpeech.Number. internalGetValueMap()Methods in com.google.cloud.language.v1beta2 with parameters of type PartOfSpeech.Number Modifier and Type Method Description PartOfSpeech.BuilderPartOfSpeech.Builder. setNumber(PartOfSpeech.Number value)The grammatical number.
-