| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech |
PartOfSpeech.Builder.build() |
PartOfSpeech |
PartOfSpeech.Builder.buildPartial() |
static PartOfSpeech |
PartOfSpeech.getDefaultInstance() |
PartOfSpeech |
PartOfSpeech.getDefaultInstanceForType() |
PartOfSpeech |
PartOfSpeech.Builder.getDefaultInstanceForType() |
PartOfSpeech |
Token.getPartOfSpeech()
Parts of speech tag for this token.
|
PartOfSpeech |
Token.Builder.getPartOfSpeech()
Parts of speech tag for this token.
|
PartOfSpeech |
TokenOrBuilder.getPartOfSpeech()
Parts of speech tag for this token.
|
static PartOfSpeech |
PartOfSpeech.parseDelimitedFrom(InputStream input) |
static PartOfSpeech |
PartOfSpeech.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(byte[] data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteBuffer data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(com.google.protobuf.ByteString data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(com.google.protobuf.CodedInputStream input) |
static PartOfSpeech |
PartOfSpeech.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(InputStream input) |
static PartOfSpeech |
PartOfSpeech.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PartOfSpeech> |
PartOfSpeech.getParserForType() |
static com.google.protobuf.Parser<PartOfSpeech> |
PartOfSpeech.parser() |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech.Builder |
PartOfSpeech.Builder.mergeFrom(PartOfSpeech other) |
Token.Builder |
Token.Builder.mergePartOfSpeech(PartOfSpeech value)
Parts of speech tag for this token.
|
static PartOfSpeech.Builder |
PartOfSpeech.newBuilder(PartOfSpeech prototype) |
Token.Builder |
Token.Builder.setPartOfSpeech(PartOfSpeech value)
Parts of speech tag for this token.
|
Copyright © 2018 Google LLC. All rights reserved.