SentimentConfidenceScores Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |