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

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

Name Description
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