共用方式為


AnalyzeBatchResultOutput interface

批次檔分析結果。

屬性

details

批次中每個文件的作業詳細數據。

failedCount

完成且狀態失敗的檔數目。

skippedCount

已完成且略過狀態的檔數目。

succeededCount

狀態成功完成的檔數目。

屬性詳細資料

details

批次中每個文件的作業詳細數據。

details?: AnalyzeBatchOperationDetailOutput[]

屬性值

failedCount

完成且狀態失敗的檔數目。

failedCount: number

屬性值

number

skippedCount

已完成且略過狀態的檔數目。

skippedCount: number

屬性值

number

succeededCount

狀態成功完成的檔數目。

succeededCount: number

屬性值

number