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