你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReadOperationResult interface
读取操作的 OCR 结果。
属性
analyze |
分析批处理操作结果。 |
created |
获取提交批处理操作的 UTC 日期时间。 |
last |
获取此批处理操作的上次更新 UTC 日期时间。 |
status | 读取操作的状态。 可能的值包括:“notStarted”、“running”、“failed”、“succeeded” |
属性详细信息
analyzeResult
createdDateTime
获取提交批处理操作的 UTC 日期时间。
createdDateTime?: string
属性值
string
lastUpdatedDateTime
获取此批处理操作的上次更新 UTC 日期时间。
lastUpdatedDateTime?: string
属性值
string
status
读取操作的状态。 可能的值包括:“notStarted”、“running”、“failed”、“succeeded”
status?: OperationStatusCodes