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.Mood
PartOfSpeech.Mood. forNumber(int value)
PartOfSpeech.Mood
PartOfSpeech.Builder. getMood()
The grammatical mood.PartOfSpeech.Mood
PartOfSpeech. getMood()
The grammatical mood.PartOfSpeech.Mood
PartOfSpeechOrBuilder. getMood()
The grammatical mood.static PartOfSpeech.Mood
PartOfSpeech.Mood. valueOf(int value)
Deprecated.static PartOfSpeech.Mood
PartOfSpeech.Mood. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Mood
PartOfSpeech.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.Builder
PartOfSpeech.Builder. setMood(PartOfSpeech.Mood value)
The grammatical mood.
-