Uses of Interface
software.amazon.awssdk.services.comprehend.model.SentimentScore.Builder
-
Packages that use SentimentScore.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of SentimentScore.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return SentimentScore.Builder Modifier and Type Method Description static SentimentScore.BuilderSentimentScore. builder()SentimentScore.BuilderSentimentScore.Builder. mixed(Float mixed)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theMIXEDsentiment.SentimentScore.BuilderSentimentScore.Builder. negative(Float negative)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theNEGATIVEsentiment.SentimentScore.BuilderSentimentScore.Builder. neutral(Float neutral)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theNEUTRALsentiment.SentimentScore.BuilderSentimentScore.Builder. positive(Float positive)The level of confidence that Amazon Comprehend has in the accuracy of its detection of thePOSITIVEsentiment.SentimentScore.BuilderSentimentScore. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type SentimentScore.Builder Modifier and Type Method Description static Class<? extends SentimentScore.Builder>SentimentScore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type SentimentScore.Builder Modifier and Type Method Description default BatchDetectSentimentItemResult.BuilderBatchDetectSentimentItemResult.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.default DetectSentimentResponse.BuilderDetectSentimentResponse.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)An object that lists the sentiments, and their corresponding confidence levels.default MentionSentiment.BuilderMentionSentiment.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)Sets the value of the SentimentScore property for this object.
-