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

Analyze batch operation result.

analyzeResult?: AnalyzeResults

Property Value

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

Property Value