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