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