Uses of Class
software.amazon.awssdk.services.comprehend.model.SentimentScore
-
Packages that use SentimentScore Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of SentimentScore in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return SentimentScore Modifier and Type Method Description SentimentScoreBatchDetectSentimentItemResult. sentimentScore()The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.SentimentScoreDetectSentimentResponse. sentimentScore()An object that lists the sentiments, and their corresponding confidence levels.SentimentScoreMentionSentiment. sentimentScore()Returns the value of the SentimentScore property for this object.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type SentimentScore Modifier and Type Method Description BatchDetectSentimentItemResult.BuilderBatchDetectSentimentItemResult.Builder. sentimentScore(SentimentScore sentimentScore)The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.DetectSentimentResponse.BuilderDetectSentimentResponse.Builder. sentimentScore(SentimentScore sentimentScore)An object that lists the sentiments, and their corresponding confidence levels.MentionSentiment.BuilderMentionSentiment.Builder. sentimentScore(SentimentScore sentimentScore)Sets the value of the SentimentScore property for this object.
-