你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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