| Modifier and Type | Method and Description |
|---|---|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addAllSentences(Iterable<? extends Sentence> values)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(int index,
Sentence.Builder builderForValue)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(int index,
Sentence value)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(Sentence.Builder builderForValue)
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.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clear() |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clearDocumentSentiment()
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clearLanguage()
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clearSentences()
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.clone() |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeDocumentSentiment(Sentiment value)
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeFrom(AnalyzeSentimentResponse other) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilder() |
static AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilder(AnalyzeSentimentResponse prototype) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilderForType() |
protected AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.removeSentences(int index)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setDocumentSentiment(Sentiment.Builder builderForValue)
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setDocumentSentiment(Sentiment value)
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setLanguage(String value)
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setLanguageBytes(com.google.protobuf.ByteString value)
The language of the text, which will be the same as the language specified
in the request or, if not specified, the automatically-detected language.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setSentences(int index,
Sentence.Builder builderForValue)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setSentences(int index,
Sentence value)
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.toBuilder() |
Copyright © 2024 Google LLC. All rights reserved.