AnalyzeSentimentSuccessResult interface
在單一檔上分析情感作業的結果,其中包含每個句子以及完整文件的預測情感。
- Extends
屬性
confidence |
每個情感類別的檔層級情感信賴分數介於 0 到 1 之間。 |
sentences | 對應檔中每個句子的預測情感。 |
sentiment | 文件的預測情感。 可能的值包括:'positive'、'neutral'、'negative'、'mixed' |
繼承的屬性
error | 判斷這是否為錯誤結果的辨別項。 |
id | 唯一的非空白文件標識碼。 |
statistics | 有關輸入文件的統計數據,以及服務的處理方式。 當 includeStatistics 在用戶端呼叫中設定為 true 時,這個屬性會有值。 |
warnings | 對應至此檔的警告數據陣列。 如果未傳回任何警告,則此陣列會是空的。 |
屬性詳細資料
confidenceScores
每個情感類別的檔層級情感信賴分數介於 0 到 1 之間。
confidenceScores: SentimentConfidenceScores
屬性值
sentences
sentiment
文件的預測情感。 可能的值包括:'positive'、'neutral'、'negative'、'mixed'
sentiment: DocumentSentimentLabel
屬性值
繼承的屬性詳細資料
error
id
statistics
有關輸入文件的統計數據,以及服務的處理方式。 當 includeStatistics 在用戶端呼叫中設定為 true 時,這個屬性會有值。
statistics?: TextDocumentStatistics
屬性值
warnings
對應至此檔的警告數據陣列。
如果未傳回任何警告,則此陣列會是空的。
warnings: TextAnalyticsWarning[]