共用方式為


TextAnalyticsSuccessResult interface

對應至單一輸入檔之文字分析作業結果的基底類型。

屬性

error

辨別判斷這是錯誤結果。

id

唯一、非空白的檔識別碼。

statistics

有關輸入檔的統計資料,以及服務處理方式。 當 client 呼叫中 includeStatistics 設定為 true 時,這個屬性會有值。

warnings

對應至本檔的警告資料陣列。

如果未傳回任何警告,此陣列將會是空的。

屬性詳細資料

error

辨別判斷這是錯誤結果。

error?: undefined

屬性值

undefined

id

唯一、非空白的檔識別碼。

id: string

屬性值

string

statistics

有關輸入檔的統計資料,以及服務處理方式。 當 client 呼叫中 includeStatistics 設定為 true 時,這個屬性會有值。

statistics?: TextDocumentStatistics

屬性值

warnings

對應至本檔的警告資料陣列。

如果未傳回任何警告,此陣列將會是空的。

warnings: TextAnalyticsWarning[]

屬性值