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