你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AnalyzeBatchResultOutput interface
批处理文档分析结果。
属性
details | 批处理中每个文档的操作详细信息。 |
failed |
状态失败完成的文档数。 |
skipped |
已跳过状态完成的文档数。 |
succeeded |
状态成功完成的文档数。 |
属性详细信息
details
批处理中每个文档的操作详细信息。
details?: AnalyzeBatchOperationDetailOutput[]
属性值
failedCount
状态失败完成的文档数。
failedCount: number
属性值
number
skippedCount
已跳过状态完成的文档数。
skippedCount: number
属性值
number
succeededCount
状态成功完成的文档数。
succeededCount: number
属性值
number