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.CasePartOfSpeech.Case. forNumber(int value)PartOfSpeech.CasePartOfSpeech.Builder. getCase()The grammatical case.PartOfSpeech.CasePartOfSpeech. getCase()The grammatical case.PartOfSpeech.CasePartOfSpeechOrBuilder. getCase()The grammatical case.static PartOfSpeech.CasePartOfSpeech.Case. valueOf(int value)Deprecated.static PartOfSpeech.CasePartOfSpeech.Case. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PartOfSpeech.CasePartOfSpeech.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.BuilderPartOfSpeech.Builder. setCase(PartOfSpeech.Case value)The grammatical case.
-