public static interface SentimentResponse.Builder extends SdkPojo, CopyableBuilder<SentimentResponse.Builder,SentimentResponse>
| Modifier and Type | Method and Description |
|---|---|
SentimentResponse.Builder |
sentimentLabel(String sentimentLabel)
The inferred sentiment that Amazon Comprehend has the highest confidence in.
|
SentimentResponse.Builder |
sentimentScore(String sentimentScore)
The likelihood that the sentiment was correctly inferred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSentimentResponse.Builder sentimentLabel(String sentimentLabel)
The inferred sentiment that Amazon Comprehend has the highest confidence in.
sentimentLabel - The inferred sentiment that Amazon Comprehend has the highest confidence in.SentimentResponse.Builder sentimentScore(String sentimentScore)
The likelihood that the sentiment was correctly inferred.
sentimentScore - The likelihood that the sentiment was correctly inferred.Copyright © 2023. All rights reserved.