| Modifier and Type | Method and Description |
|---|---|
static PartOfSpeech.Tag |
PartOfSpeech.Tag.forNumber(int value) |
PartOfSpeech.Tag |
PartOfSpeechOrBuilder.getTag()
The part of speech tag.
|
PartOfSpeech.Tag |
PartOfSpeech.getTag()
The part of speech tag.
|
PartOfSpeech.Tag |
PartOfSpeech.Builder.getTag()
The part of speech tag.
|
static PartOfSpeech.Tag |
PartOfSpeech.Tag.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PartOfSpeech.Tag |
PartOfSpeech.Tag.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PartOfSpeech.Tag |
PartOfSpeech.Tag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartOfSpeech.Tag[] |
PartOfSpeech.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Tag> |
PartOfSpeech.Tag.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.setTag(PartOfSpeech.Tag value)
The part of speech tag.
|
Copyright © 2018 Google LLC. All rights reserved.