Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
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(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(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(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeFrom(Message other) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilder() |
static AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilder(AnalyzeSentimentResponse prototype) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilderForType() |
protected AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.newBuilderForType(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(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(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(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(UnknownFieldSet unknownFields) |
AnalyzeSentimentResponse.Builder |
AnalyzeSentimentResponse.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.