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