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 value) |
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.addSentences(int index,
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.addSentences(Sentence.Builder builderForValue) |
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.clearLanguageCode() |
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.clearLanguageSupported() |
Whether the language is officially supported.
|
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 value) |
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setDocumentSentiment(Sentiment.Builder builderForValue) |
The overall sentiment of the input document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setLanguageCode(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.setLanguageCodeBytes(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.setLanguageSupported(boolean value) |
Whether the language is officially supported.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setSentences(int index,
Sentence value) |
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setSentences(int index,
Sentence.Builder builderForValue) |
The sentiment for all the sentences in the document.
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.toBuilder() |
|