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