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