Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
static PartOfSpeech.Mood |
PartOfSpeech.Mood.forNumber(int value) |
PartOfSpeech.Mood |
PartOfSpeechOrBuilder.getMood()
The grammatical mood.
|
PartOfSpeech.Mood |
PartOfSpeech.getMood()
The grammatical mood.
|
PartOfSpeech.Mood |
PartOfSpeech.Builder.getMood()
The grammatical mood.
|
static PartOfSpeech.Mood |
PartOfSpeech.Mood.valueOf(Descriptors.EnumValueDescriptor desc) |
static PartOfSpeech.Mood |
PartOfSpeech.Mood.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PartOfSpeech.Mood |
PartOfSpeech.Mood.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartOfSpeech.Mood[] |
PartOfSpeech.Mood.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.Mood> |
PartOfSpeech.Mood.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setMood(PartOfSpeech.Mood value)
The grammatical mood.
|
Copyright © 2022 Google LLC. All rights reserved.