SentimentConfidenceScores クラス

定義

すべてのセンチメント クラスで 0 から 1 の信頼度スコア (正、中立、負) を表します。

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

プロパティ

Negative

分析されたテキストのセンチメントが負であるという信頼度を示す、0 ~ 1 のスコアを取得します。

Neutral

分析されたテキストのセンチメントが中立であることを示す 0 から 1 の間のスコアを取得します。

Positive

分析されたテキストのセンチメントが肯定的であることを示す 0 ~ 1 のスコアを取得します。

適用対象