DocumentSentiment Class

Definition

Overall predicted sentiment and confidence scores for the document. It also includes per-sentence sentiment prediction.

For more information regarding text sentiment, see 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
Inheritance
DocumentSentiment

Properties

ConfidenceScores

Gets the sentiment confidence score (Softmax score) between 0 and 1, for each sentiment. Higher values signify higher confidence.

Sentences

Gets the predicted sentiment and other analysis like Opinion mining for each sentence in the corresponding document.

Sentiment

Gets the predicted sentiment for the analyzed document.

Warnings

Gets the warnings encountered while processing the document.

Applies to