Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.

interface SentimentScore {
    Mixed?: number;
    Negative?: number;
    Neutral?: number;
    Positive?: number;
}

Properties

Mixed?: number

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.

Negative?: number

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.

Neutral?: number

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.

Positive?: number

The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.