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