SentimentConfidenceScores Class

The confidence scores (Softmax scores) between 0 and 1. Higher values indicate higher confidence.

Inheritance
azure.ai.textanalytics._models.DictMixin
SentimentConfidenceScores

Constructor

SentimentConfidenceScores(**kwargs)

Variables

positive
float

Positive score.

neutral
float

Neutral score.

negative
float

Negative score.