| 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 |
AnalyzeSyntaxResponseOrBuilder.getTokens(int index)
Tokens, along with their syntactic information, in the input document.
|
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 |
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.
|
Token |
AnnotateTextResponseOrBuilder.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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(byte[] data) |
static Token |
Token.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(ByteBuffer data) |
static Token |
Token.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(com.google.protobuf.ByteString data) |
static Token |
Token.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(com.google.protobuf.CodedInputStream input) |
static Token |
Token.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Token |
Token.parseFrom(InputStream input) |
static Token |
Token.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Token> |
Token.getParserForType() |
List<Token> |
AnalyzeSyntaxResponseOrBuilder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
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> |
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.
|
List<Token> |
AnnotateTextResponseOrBuilder.getTokensList()
Tokens, along with their syntactic information, in the input document.
|
static com.google.protobuf.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 © 2024 Google LLC. All rights reserved.