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

SentimentConfidenceScores 类

定义

表示所有情绪类别中介于 0 和 1 之间的置信度分数:积极、中性、负数。

public class SentimentConfidenceScores
type SentimentConfidenceScores = class
Public Class SentimentConfidenceScores
继承
SentimentConfidenceScores

属性

Negative

获取一个介于 0 和 1 之间的分数,指示所分析文本的情绪为负数的置信度。

Neutral

获取介于 0 和 1 之间的分数,指示所分析文本的情绪为中性的置信度。

Positive

获取介于 0 和 1 之间的分数,指示所分析文本的情绪为正的置信度。

适用于