ReadOperationResult interface
OCR result of the read operation.
Properties
analyze |
Analyze batch operation result. |
created |
Get UTC date time the batch operation was submitted. |
last |
Get last updated UTC date time of this batch operation. |
status | Status of the read operation. Possible values include: 'notStarted', 'running', 'failed', 'succeeded' |
Property Details
analyzeResult
createdDateTime
Get UTC date time the batch operation was submitted.
createdDateTime?: string
Property Value
string
lastUpdatedDateTime
Get last updated UTC date time of this batch operation.
lastUpdatedDateTime?: string
Property Value
string
status
Status of the read operation. Possible values include: 'notStarted', 'running', 'failed', 'succeeded'
status?: OperationStatusCodes