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

TargetSentiment.ConfidenceScores Property

Definition

Gets the sentiment confidence score (Softmax score) between 0 and 1, for the target for 'positive' and 'negative' labels. Its score for 'neutral' will always be 0. Higher values signify higher confidence.

public Azure.AI.TextAnalytics.SentimentConfidenceScores ConfidenceScores { get; }
member this.ConfidenceScores : Azure.AI.TextAnalytics.SentimentConfidenceScores
Public ReadOnly Property ConfidenceScores As SentimentConfidenceScores

Property Value

Applies to