| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DetectSentimentResult |
AbstractAmazonComprehend.detectSentiment(DetectSentimentRequest request) |
DetectSentimentResult |
AmazonComprehend.detectSentiment(DetectSentimentRequest detectSentimentRequest)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
DetectSentimentResult |
AmazonComprehendClient.detectSentiment(DetectSentimentRequest request)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
Future<DetectSentimentResult> |
AbstractAmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest request) |
Future<DetectSentimentResult> |
AmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest detectSentimentRequest)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
Future<DetectSentimentResult> |
AmazonComprehendAsyncClient.detectSentimentAsync(DetectSentimentRequest request) |
Future<DetectSentimentResult> |
AbstractAmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
Future<DetectSentimentResult> |
AmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest detectSentimentRequest,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
Future<DetectSentimentResult> |
AmazonComprehendAsyncClient.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectSentimentResult> |
AbstractAmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
Future<DetectSentimentResult> |
AmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest detectSentimentRequest,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
Future<DetectSentimentResult> |
AmazonComprehendAsyncClient.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectSentimentRequest |
DetectSentimentRequest.clone() |
DetectSentimentRequest |
DetectSentimentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectSentimentRequest |
DetectSentimentRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
DetectSentimentRequest |
DetectSentimentRequest.withText(String text)
A UTF-8 text string.
|
Copyright © 2024. All rights reserved.