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

TextSentiment 枚举

定义

给定文档的预测情绪。

public enum TextSentiment
type TextSentiment = 
Public Enum TextSentiment
继承
TextSentiment

字段

Mixed 3

指示文档包含混合情绪。

Negative 2

指示情绪为负面情绪。

Neutral 1

指示情绪是中性的。

Positive 0

指示情绪是积极的。

适用于