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