Uses of Class
com.google.cloud.language.v1beta2.Token
-
Packages that use Token Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of Token in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return Token Modifier and Type Method Description TokenToken.Builder. build()TokenToken.Builder. buildPartial()static TokenToken. getDefaultInstance()TokenToken.Builder. getDefaultInstanceForType()TokenToken. getDefaultInstanceForType()TokenAnalyzeSyntaxResponse.Builder. getTokens(int index)Tokens, along with their syntactic information, in the input document.TokenAnalyzeSyntaxResponse. getTokens(int index)Tokens, along with their syntactic information, in the input document.TokenAnalyzeSyntaxResponseOrBuilder. getTokens(int index)Tokens, along with their syntactic information, in the input document.TokenAnnotateTextResponse.Builder. getTokens(int index)Tokens, along with their syntactic information, in the input document.TokenAnnotateTextResponse. getTokens(int index)Tokens, along with their syntactic information, in the input document.TokenAnnotateTextResponseOrBuilder. getTokens(int index)Tokens, along with their syntactic information, in the input document.static TokenToken. parseDelimitedFrom(InputStream input)static TokenToken. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TokenToken. parseFrom(byte[] data)static TokenToken. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TokenToken. parseFrom(com.google.protobuf.ByteString data)static TokenToken. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TokenToken. parseFrom(com.google.protobuf.CodedInputStream input)static TokenToken. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TokenToken. parseFrom(InputStream input)static TokenToken. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TokenToken. parseFrom(ByteBuffer data)static TokenToken. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1beta2 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.v1beta2 with parameters of type Token Modifier and Type Method Description AnalyzeSyntaxResponse.BuilderAnalyzeSyntaxResponse.Builder. addTokens(int index, Token value)Tokens, along with their syntactic information, in the input document.AnalyzeSyntaxResponse.BuilderAnalyzeSyntaxResponse.Builder. addTokens(Token value)Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addTokens(int index, Token value)Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addTokens(Token value)Tokens, along with their syntactic information, in the input document.Token.BuilderToken.Builder. mergeFrom(Token other)static Token.BuilderToken. newBuilder(Token prototype)AnalyzeSyntaxResponse.BuilderAnalyzeSyntaxResponse.Builder. setTokens(int index, Token value)Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. setTokens(int index, Token value)Tokens, along with their syntactic information, in the input document.Method parameters in com.google.cloud.language.v1beta2 with type arguments of type Token Modifier and Type Method Description AnalyzeSyntaxResponse.BuilderAnalyzeSyntaxResponse.Builder. addAllTokens(Iterable<? extends Token> values)Tokens, along with their syntactic information, in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addAllTokens(Iterable<? extends Token> values)Tokens, along with their syntactic information, in the input document.
-