Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
static PartOfSpeech.Voice |
PartOfSpeech.Voice.forNumber(int value) |
PartOfSpeech.Voice |
PartOfSpeechOrBuilder.getVoice()
The grammatical voice.
|
PartOfSpeech.Voice |
PartOfSpeech.getVoice()
The grammatical voice.
|
PartOfSpeech.Voice |
PartOfSpeech.Builder.getVoice()
The grammatical voice.
|
static PartOfSpeech.Voice |
PartOfSpeech.Voice.valueOf(Descriptors.EnumValueDescriptor desc) |
static PartOfSpeech.Voice |
PartOfSpeech.Voice.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<PartOfSpeech.Voice> |
PartOfSpeech.Voice.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setVoice(PartOfSpeech.Voice value)
The grammatical voice.
|
Copyright © 2022 Google LLC. All rights reserved.