Uses of Interface
com.google.cloud.language.v2.SentenceOrBuilder
-
Packages that use SentenceOrBuilder Package Description com.google.cloud.language.v2 A client to Cloud Natural Language API -
-
Uses of SentenceOrBuilder in com.google.cloud.language.v2
Classes in com.google.cloud.language.v2 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.v2 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.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.v2 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>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.
-