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