TextSentiment 列挙型

定義

特定のドキュメントの予測されたセンチメント。

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

フィールド

Mixed 3

ドキュメントに複数のセンチメントが含まれていることを示します。

Negative 2

センチメントが否定的であることを示します。

Neutral 1

センチメントが中立であることを示します。

Positive 0

センチメントが肯定的であることを示します。

適用対象