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

DocumentSentiment 类

定义

文档的总体预测情绪和置信度分数。 它还包括每句情绪预测。

有关文本情绪的详细信息,请参阅 https://docs.microsoft.com/azure/cognitive-services/Text-Analytics/how-tos/text-analytics-how-to-sentiment-analysis

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

属性

ConfidenceScores

获取每种情绪的情绪置信度分数 (Softmax 分数) 介于 0 和 1 之间。 分数越高,置信度越高。

Sentences

获取相应文档中每个句子的预测情绪和其他分析,例如观点挖掘。

Sentiment

获取已分析文档的预测情绪。

Warnings

获取处理文档时遇到的警告。

适用于