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

センチメントごとに、0 から 1 の間のセンチメント信頼度スコア (Softmax スコア) を取得します。 値が大きいほど、信頼度が高くなります。

Sentences

予測されたセンチメントとその他の分析 (対応するドキュメント内の各文のオピニオン マイニングなど) を取得します。

Sentiment

分析されたドキュメントの予測センチメントを取得します。

Warnings

ドキュメントの処理中に発生した警告を取得します。

適用対象