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 classSentenceRepresents a sentence in the input document.static classSentence.BuilderRepresents a sentence in the input document.Methods in com.google.cloud.language.v1beta2 that return SentenceOrBuilder Modifier and Type Method Description SentenceOrBuilderAnalyzeSentimentResponse.Builder. getSentencesOrBuilder(int index)The sentiment for all the sentences in the document.SentenceOrBuilderAnalyzeSentimentResponse. getSentencesOrBuilder(int index)The sentiment for all the sentences in the document.SentenceOrBuilderAnalyzeSentimentResponseOrBuilder. getSentencesOrBuilder(int index)The sentiment for all the sentences in the document.SentenceOrBuilderAnalyzeSyntaxResponse.Builder. getSentencesOrBuilder(int index)Sentences in the input document.SentenceOrBuilderAnalyzeSyntaxResponse. getSentencesOrBuilder(int index)Sentences in the input document.SentenceOrBuilderAnalyzeSyntaxResponseOrBuilder. getSentencesOrBuilder(int index)Sentences in the input document.SentenceOrBuilderAnnotateTextResponse.Builder. getSentencesOrBuilder(int index)Sentences in the input document.SentenceOrBuilderAnnotateTextResponse. getSentencesOrBuilder(int index)Sentences in the input document.SentenceOrBuilderAnnotateTextResponseOrBuilder. 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.
-