Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ReadOperationResult interface
OCR result of the read operation.
Properties
| analyzeResult | Analyze batch operation result. |
| createdDateTime | Get UTC date time the batch operation was submitted. |
| lastUpdatedDateTime | 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
