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