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 classTokenRepresents the smallest syntactic building block of the text.static classToken.BuilderRepresents the smallest syntactic building block of the text.Methods in com.google.cloud.language.v1 that return TokenOrBuilder Modifier and Type Method Description TokenOrBuilderAnalyzeSyntaxResponse.Builder. getTokensOrBuilder(int index)Tokens, along with their syntactic information, in the input document.TokenOrBuilderAnalyzeSyntaxResponse. getTokensOrBuilder(int index)Tokens, along with their syntactic information, in the input document.TokenOrBuilderAnalyzeSyntaxResponseOrBuilder. getTokensOrBuilder(int index)Tokens, along with their syntactic information, in the input document.TokenOrBuilderAnnotateTextResponse.Builder. getTokensOrBuilder(int index)Tokens, along with their syntactic information, in the input document.TokenOrBuilderAnnotateTextResponse. getTokensOrBuilder(int index)Tokens, along with their syntactic information, in the input document.TokenOrBuilderAnnotateTextResponseOrBuilder. 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.
-