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