你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SentenceAssessment interface
Properties
confidence |
Assessment sentiment confidence scores in the sentence. |
is |
The indicator representing if the assessment is negated. |
length | The length of the assessment. |
offset | The assessment offset from the start of the sentence. |
sentiment | Assessment sentiment in the sentence. |
text | The assessment text detected. |
Property Details
confidenceScores
Assessment sentiment confidence scores in the sentence.
confidenceScores: TargetConfidenceScoreLabel
Property Value
isNegated
The indicator representing if the assessment is negated.
isNegated: boolean
Property Value
boolean
length
The length of the assessment.
length: number
Property Value
number
offset
The assessment offset from the start of the sentence.
offset: number
Property Value
number
sentiment
Assessment sentiment in the sentence.
sentiment: TokenSentimentValue
Property Value
text
The assessment text detected.
text: string
Property Value
string