Uses of Class
com.google.cloud.language.v2.Sentence
-
Packages that use Sentence Package Description com.google.cloud.language.v2 A client to Cloud Natural Language API -
-
Uses of Sentence in com.google.cloud.language.v2
Methods in com.google.cloud.language.v2 that return Sentence Modifier and Type Method Description SentenceSentence.Builder. build()SentenceSentence.Builder. buildPartial()static SentenceSentence. getDefaultInstance()SentenceSentence.Builder. getDefaultInstanceForType()SentenceSentence. getDefaultInstanceForType()SentenceAnalyzeSentimentResponse.Builder. getSentences(int index)The sentiment for all the sentences in the document.SentenceAnalyzeSentimentResponse. getSentences(int index)The sentiment for all the sentences in the document.SentenceAnalyzeSentimentResponseOrBuilder. getSentences(int index)The sentiment for all the sentences in the document.SentenceAnnotateTextResponse.Builder. getSentences(int index)Sentences in the input document.SentenceAnnotateTextResponse. getSentences(int index)Sentences in the input document.SentenceAnnotateTextResponseOrBuilder. getSentences(int index)Sentences in the input document.static SentenceSentence. parseDelimitedFrom(InputStream input)static SentenceSentence. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentenceSentence. parseFrom(byte[] data)static SentenceSentence. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentenceSentence. parseFrom(com.google.protobuf.ByteString data)static SentenceSentence. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentenceSentence. parseFrom(com.google.protobuf.CodedInputStream input)static SentenceSentence. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentenceSentence. parseFrom(InputStream input)static SentenceSentence. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SentenceSentence. parseFrom(ByteBuffer data)static SentenceSentence. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v2 that return types with arguments of type Sentence Modifier and Type Method Description com.google.protobuf.Parser<Sentence>Sentence. getParserForType()List<Sentence>AnalyzeSentimentResponse.Builder. getSentencesList()The sentiment for all the sentences in the document.List<Sentence>AnalyzeSentimentResponse. getSentencesList()The sentiment for all the sentences in the document.List<Sentence>AnalyzeSentimentResponseOrBuilder. getSentencesList()The sentiment for all the sentences in the document.List<Sentence>AnnotateTextResponse.Builder. getSentencesList()Sentences in the input document.List<Sentence>AnnotateTextResponse. getSentencesList()Sentences in the input document.List<Sentence>AnnotateTextResponseOrBuilder. getSentencesList()Sentences in the input document.static com.google.protobuf.Parser<Sentence>Sentence. parser()Methods in com.google.cloud.language.v2 with parameters of type Sentence Modifier and Type Method Description AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse.Builder. addSentences(int index, Sentence value)The sentiment for all the sentences in the document.AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse.Builder. addSentences(Sentence value)The sentiment for all the sentences in the document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addSentences(int index, Sentence value)Sentences in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addSentences(Sentence value)Sentences in the input document.Sentence.BuilderSentence.Builder. mergeFrom(Sentence other)static Sentence.BuilderSentence. newBuilder(Sentence prototype)AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse.Builder. setSentences(int index, Sentence value)The sentiment for all the sentences in the document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. setSentences(int index, Sentence value)Sentences in the input document.Method parameters in com.google.cloud.language.v2 with type arguments of type Sentence Modifier and Type Method Description AnalyzeSentimentResponse.BuilderAnalyzeSentimentResponse.Builder. addAllSentences(Iterable<? extends Sentence> values)The sentiment for all the sentences in the document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addAllSentences(Iterable<? extends Sentence> values)Sentences in the input document.
-