| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentResult |
AbstractAmazonComprehend.batchDetectSentiment(BatchDetectSentimentRequest request) |
BatchDetectSentimentResult |
AmazonComprehend.batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
BatchDetectSentimentResult |
AmazonComprehendClient.batchDetectSentiment(BatchDetectSentimentRequest request)
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 |
|---|---|
Future<BatchDetectSentimentResult> |
AbstractAmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest request,
AsyncHandler<BatchDetectSentimentRequest,BatchDetectSentimentResult> asyncHandler) |
Future<BatchDetectSentimentResult> |
AmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest batchDetectSentimentRequest,
AsyncHandler<BatchDetectSentimentRequest,BatchDetectSentimentResult> asyncHandler)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
Future<BatchDetectSentimentResult> |
AmazonComprehendAsyncClient.batchDetectSentimentAsync(BatchDetectSentimentRequest request,
AsyncHandler<BatchDetectSentimentRequest,BatchDetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentResult |
BatchDetectSentimentResult.clone() |
BatchDetectSentimentResult |
BatchDetectSentimentResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withResultList(BatchDetectSentimentItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectSentimentResult |
BatchDetectSentimentResult.withResultList(Collection<BatchDetectSentimentItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2023. All rights reserved.