Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
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,
ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(byte[] data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteBuffer data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteString data) |
static PartOfSpeech |
PartOfSpeech.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(CodedInputStream input) |
static PartOfSpeech |
PartOfSpeech.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PartOfSpeech |
PartOfSpeech.parseFrom(InputStream input) |
static PartOfSpeech |
PartOfSpeech.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<PartOfSpeech> |
PartOfSpeech.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.