| 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 |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
Future<DetectSentimentResult> |
AbstractAmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<DetectSentimentResult> |
AbstractAmazonComprehendAsync.detectSentimentAsync(DetectSentimentRequest request,
AsyncHandler<DetectSentimentRequest,DetectSentimentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectSentimentResult |
DetectSentimentResult.clone() |
DetectSentimentResult |
DetectSentimentResult.withSentiment(SentimentType sentiment)
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
|
DetectSentimentResult |
DetectSentimentResult.withSentiment(String sentiment)
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
|
DetectSentimentResult |
DetectSentimentResult.withSentimentScore(SentimentScore sentimentScore)
An object that lists the sentiments, and their corresponding confidence levels.
|
Copyright © 2018. All rights reserved.