Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
Token |
Token.Builder.build() |
Token |
Token.Builder.buildPartial() |
static Token |
Token.getDefaultInstance() |
Token |
Token.getDefaultInstanceForType() |
Token |
Token.Builder.getDefaultInstanceForType() |
Token |
AnnotateTextResponse.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
Token |
AnnotateTextResponse.Builder.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
Token |
AnalyzeSyntaxResponseOrBuilder.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
Token |
AnnotateTextResponseOrBuilder.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
Token |
AnalyzeSyntaxResponse.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
Token |
AnalyzeSyntaxResponse.Builder.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
static Token |
Token.parseDelimitedFrom(InputStream input) |
static Token |
Token.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(byte[] data) |
static Token |
Token.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(ByteBuffer data) |
static Token |
Token.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(ByteString data) |
static Token |
Token.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(CodedInputStream input) |
static Token |
Token.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(InputStream input) |
static Token |
Token.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Token> |
Token.getParserForType() |
List<Token> |
AnnotateTextResponse.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
List<Token> |
AnnotateTextResponse.Builder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
List<Token> |
AnalyzeSyntaxResponseOrBuilder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
List<Token> |
AnnotateTextResponseOrBuilder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
List<Token> |
AnalyzeSyntaxResponse.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
List<Token> |
AnalyzeSyntaxResponse.Builder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
static Parser<Token> |
Token.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addTokens(int index,
Token value)
Tokens, along with their syntactic information, in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addTokens(int index,
Token value)
Tokens, along with their syntactic information, in the input document.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addTokens(Token value)
Tokens, along with their syntactic information, in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addTokens(Token value)
Tokens, along with their syntactic information, in the input document.
|
Token.Builder |
Token.Builder.mergeFrom(Token other) |
static Token.Builder |
Token.newBuilder(Token prototype) |
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.setTokens(int index,
Token value)
Tokens, along with their syntactic information, in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.setTokens(int index,
Token value)
Tokens, along with their syntactic information, in the input document.
|
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addAllTokens(Iterable<? extends Token> values)
Tokens, along with their syntactic information, in the input document.
|
AnalyzeSyntaxResponse.Builder |
AnalyzeSyntaxResponse.Builder.addAllTokens(Iterable<? extends Token> values)
Tokens, along with their syntactic information, in the input document.
|
Copyright © 2022 Google LLC. All rights reserved.