Uses of Interface
com.google.cloud.language.v1.TokenOrBuilder
-
Packages that use TokenOrBuilder Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of TokenOrBuilder in com.google.cloud.language.v1
Classes in com.google.cloud.language.v1 that implement TokenOrBuilder Modifier and Type Class Description class
Token
Represents the smallest syntactic building block of the text.static class
Token.Builder
Represents the smallest syntactic building block of the text.Methods in com.google.cloud.language.v1 that return TokenOrBuilder Modifier and Type Method Description TokenOrBuilder
AnalyzeSyntaxResponse.Builder. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.TokenOrBuilder
AnalyzeSyntaxResponse. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.TokenOrBuilder
AnalyzeSyntaxResponseOrBuilder. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.TokenOrBuilder
AnnotateTextResponse.Builder. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.TokenOrBuilder
AnnotateTextResponse. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.TokenOrBuilder
AnnotateTextResponseOrBuilder. getTokensOrBuilder(int index)
Tokens, along with their syntactic information, in the input document.Methods in com.google.cloud.language.v1 that return types with arguments of type TokenOrBuilder Modifier and Type Method Description List<? extends TokenOrBuilder>
AnalyzeSyntaxResponse.Builder. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.List<? extends TokenOrBuilder>
AnalyzeSyntaxResponse. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.List<? extends TokenOrBuilder>
AnalyzeSyntaxResponseOrBuilder. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.List<? extends TokenOrBuilder>
AnnotateTextResponse.Builder. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.List<? extends TokenOrBuilder>
AnnotateTextResponse. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.List<? extends TokenOrBuilder>
AnnotateTextResponseOrBuilder. getTokensOrBuilderList()
Tokens, along with their syntactic information, in the input document.
-