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