| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentScore |
DetectSentimentResponse.sentimentScore()
An object that lists the sentiments, and their corresponding confidence levels.
|
SentimentScore |
BatchDetectSentimentItemResult.sentimentScore()
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
| Modifier and Type | Method and Description |
|---|---|
DetectSentimentResponse.Builder |
DetectSentimentResponse.Builder.sentimentScore(SentimentScore sentimentScore)
An object that lists the sentiments, and their corresponding confidence levels.
|
BatchDetectSentimentItemResult.Builder |
BatchDetectSentimentItemResult.Builder.sentimentScore(SentimentScore sentimentScore)
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
|
Copyright © 2021. All rights reserved.