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