Uses of Interface
com.google.cloud.language.v1beta2.SentenceOrBuilder
-
Packages that use SentenceOrBuilder Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of SentenceOrBuilder in com.google.cloud.language.v1beta2
Classes in com.google.cloud.language.v1beta2 that implement SentenceOrBuilder Modifier and Type Class Description class
Sentence
Represents a sentence in the input document.static class
Sentence.Builder
Represents a sentence in the input document.Methods in com.google.cloud.language.v1beta2 that return SentenceOrBuilder Modifier and Type Method Description SentenceOrBuilder
AnalyzeSentimentResponse.Builder. getSentencesOrBuilder(int index)
The sentiment for all the sentences in the document.SentenceOrBuilder
AnalyzeSentimentResponse. getSentencesOrBuilder(int index)
The sentiment for all the sentences in the document.SentenceOrBuilder
AnalyzeSentimentResponseOrBuilder. getSentencesOrBuilder(int index)
The sentiment for all the sentences in the document.SentenceOrBuilder
AnalyzeSyntaxResponse.Builder. getSentencesOrBuilder(int index)
Sentences in the input document.SentenceOrBuilder
AnalyzeSyntaxResponse. getSentencesOrBuilder(int index)
Sentences in the input document.SentenceOrBuilder
AnalyzeSyntaxResponseOrBuilder. getSentencesOrBuilder(int index)
Sentences in the input document.SentenceOrBuilder
AnnotateTextResponse.Builder. getSentencesOrBuilder(int index)
Sentences in the input document.SentenceOrBuilder
AnnotateTextResponse. getSentencesOrBuilder(int index)
Sentences in the input document.SentenceOrBuilder
AnnotateTextResponseOrBuilder. getSentencesOrBuilder(int index)
Sentences in the input document.Methods in com.google.cloud.language.v1beta2 that return types with arguments of type SentenceOrBuilder Modifier and Type Method Description List<? extends SentenceOrBuilder>
AnalyzeSentimentResponse.Builder. getSentencesOrBuilderList()
The sentiment for all the sentences in the document.List<? extends SentenceOrBuilder>
AnalyzeSentimentResponse. getSentencesOrBuilderList()
The sentiment for all the sentences in the document.List<? extends SentenceOrBuilder>
AnalyzeSentimentResponseOrBuilder. getSentencesOrBuilderList()
The sentiment for all the sentences in the document.List<? extends SentenceOrBuilder>
AnalyzeSyntaxResponse.Builder. getSentencesOrBuilderList()
Sentences in the input document.List<? extends SentenceOrBuilder>
AnalyzeSyntaxResponse. getSentencesOrBuilderList()
Sentences in the input document.List<? extends SentenceOrBuilder>
AnalyzeSyntaxResponseOrBuilder. getSentencesOrBuilderList()
Sentences in the input document.List<? extends SentenceOrBuilder>
AnnotateTextResponse.Builder. getSentencesOrBuilderList()
Sentences in the input document.List<? extends SentenceOrBuilder>
AnnotateTextResponse. getSentencesOrBuilderList()
Sentences in the input document.List<? extends SentenceOrBuilder>
AnnotateTextResponseOrBuilder. getSentencesOrBuilderList()
Sentences in the input document.
-