| 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. |
Future<BatchDetectSentimentResult> |
AmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest batchDetectSentimentRequest)
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) |
Future<BatchDetectSentimentResult> |
AbstractAmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest request) |
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) |
Future<BatchDetectSentimentResult> |
AbstractAmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest request,
AsyncHandler<BatchDetectSentimentRequest,BatchDetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<BatchDetectSentimentResult> |
AbstractAmazonComprehendAsync.batchDetectSentimentAsync(BatchDetectSentimentRequest request,
AsyncHandler<BatchDetectSentimentRequest,BatchDetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.clone() |
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withTextList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectSentimentRequest |
BatchDetectSentimentRequest.withTextList(String... textList)
A list containing the text of the input documents.
|
Copyright © 2018. All rights reserved.