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