| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
default CompletableFuture<BatchDetectSentimentResponse> |
ComprehendAsyncClient.batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
| Modifier and Type | Method and Description |
|---|---|
static BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.builder() |
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.Builder.textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectSentimentRequest.Builder |
BatchDetectSentimentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDetectSentimentRequest.Builder> |
BatchDetectSentimentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.