| 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(com.google.protobuf.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 com.google.protobuf.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 © 2024 Google LLC. All rights reserved.