SentimentConfidenceScores Class

Definition

Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative.

public class SentimentConfidenceScores
type SentimentConfidenceScores = class
Public Class SentimentConfidenceScores
Inheritance
SentimentConfidenceScores

Properties

Negative

Gets a score between 0 and 1, indicating the confidence that the sentiment of the analyzed text is negative.

Neutral

Gets a score between 0 and 1, indicating the confidence that the sentiment of the analyzed text is neutral.

Positive

Gets a score between 0 and 1, indicating the confidence that the sentiment of the analyzed text is positive.

Applies to