| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDetectSentimentResponse> |
ComprehendAsyncClient.batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(BatchDetectSentimentRequest 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 |
|---|---|
SdkHttpFullRequest |
BatchDetectSentimentRequestMarshaller.marshall(BatchDetectSentimentRequest batchDetectSentimentRequest) |
Copyright © 2023. All rights reserved.