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