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