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