Uses of Class
com.google.cloud.language.v1.Token
-
Packages that use Token Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of Token in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return Token Modifier and Type Method Description Token
Token.Builder. build()
Token
Token.Builder. buildPartial()
static Token
Token. getDefaultInstance()
Token
Token.Builder. getDefaultInstanceForType()
Token
Token. getDefaultInstanceForType()
Token
AnalyzeSyntaxResponse.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
AnalyzeSyntaxResponseOrBuilder. 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
AnnotateTextResponse. 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(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)
static Token
Token. parseFrom(ByteBuffer data)
static Token
Token. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 that return types with arguments of type Token Modifier and Type Method Description com.google.protobuf.Parser<Token>
Token. getParserForType()
List<Token>
AnalyzeSyntaxResponse.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>
AnalyzeSyntaxResponseOrBuilder. 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>
AnnotateTextResponse. 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()
Methods in com.google.cloud.language.v1 with parameters of type Token Modifier and Type Method Description AnalyzeSyntaxResponse.Builder
AnalyzeSyntaxResponse.Builder. addTokens(int index, 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.AnnotateTextResponse.Builder
AnnotateTextResponse.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.Token.Builder
Token.Builder. mergeFrom(Token other)
static Token.Builder
Token. newBuilder(Token prototype)
AnalyzeSyntaxResponse.Builder
AnalyzeSyntaxResponse.Builder. setTokens(int index, Token value)
Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. setTokens(int index, Token value)
Tokens, along with their syntactic information, in the input document.Method parameters in com.google.cloud.language.v1 with type arguments of type Token Modifier and Type Method Description AnalyzeSyntaxResponse.Builder
AnalyzeSyntaxResponse.Builder. addAllTokens(Iterable<? extends Token> values)
Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addAllTokens(Iterable<? extends Token> values)
Tokens, along with their syntactic information, in the input document.
-