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