Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.SentimentScore.Builder
-
Packages that use SentimentScore.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of SentimentScore.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return SentimentScore.Builder Modifier and Type Method Description static SentimentScore.BuilderSentimentScore. builder()SentimentScore.BuilderSentimentScore.Builder. mixed(Double mixed)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theMIXEDsentiment.SentimentScore.BuilderSentimentScore.Builder. negative(Double negative)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theNEGATIVEsentiment.SentimentScore.BuilderSentimentScore.Builder. neutral(Double neutral)The level of confidence that Amazon Comprehend has in the accuracy of its detection of theNEUTRALsentiment.SentimentScore.BuilderSentimentScore.Builder. positive(Double 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.lexruntimev2.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.lexruntimev2.model with type arguments of type SentimentScore.Builder Modifier and Type Method Description default SentimentResponse.BuilderSentimentResponse.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)Sets the value of the SentimentScore property for this object.
-