RecognizeLinkedEntitiesSuccessResult interface
在單一檔上辨識鏈接實體作業的結果,其中包含該檔中所識別之 LinkedEntity
物件的集合。
- Extends
屬性
entities | 輸入文件中識別的實體集合。 |
繼承的屬性
error | 判斷這是否為錯誤結果的辨別項。 |
id | 唯一的非空白文件標識碼。 |
statistics | 有關輸入文件的統計數據,以及服務的處理方式。 當 includeStatistics 在用戶端呼叫中設定為 true 時,這個屬性會有值。 |
warnings | 對應至此檔的警告數據陣列。 如果未傳回任何警告,則此陣列會是空的。 |
屬性詳細資料
entities
繼承的屬性詳細資料
error
id
statistics
有關輸入文件的統計數據,以及服務的處理方式。 當 includeStatistics 在用戶端呼叫中設定為 true 時,這個屬性會有值。
statistics?: TextDocumentStatistics
屬性值
warnings
對應至此檔的警告數據陣列。
如果未傳回任何警告,則此陣列會是空的。
warnings: TextAnalyticsWarning[]