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

SentenceSentiment 结构

定义

预测的情绪和其他分析,如相应文档中每个句子的见解挖掘。

有关文本情绪的详细信息,请参阅 https://docs.microsoft.com/azure/cognitive-services/language-service/sentiment-opinion-mining/overview

public readonly struct SentenceSentiment
type SentenceSentiment = struct
Public Structure SentenceSentiment
继承
SentenceSentiment

属性

ConfidenceScores

获取每个情绪 (Softmax 分数) 介于 0 到 1 之间的情绪置信度分数。 分数越高,置信度越高。

Length

获取句子中匹配文本的长度。

Offset

获取句子中匹配文本的起始位置。

Opinions

获取句子的意见。 仅当 设置为 True 时 IncludeOpinionMining ,才会返回此值。

Sentiment

获取已分析句子的预测情绪。

Text

获取句子文本。

适用于