Share via


ReadReceiptResult interface

Analysis result of the 'Batch Read Receipt' operation.

Properties

recognitionResults

Text recognition result of the 'Batch Read Receipt' operation.

status

Status of the read operation. Possible values include: 'Not Started', 'Running', 'Failed', 'Succeeded'

understandingResults

Semantic understanding result of the 'Batch Read Receipt' operation.

Property Details

recognitionResults

Text recognition result of the 'Batch Read Receipt' operation.

recognitionResults?: TextRecognitionResult[]

Property Value

status

Status of the read operation. Possible values include: 'Not Started', 'Running', 'Failed', 'Succeeded'

status?: TextOperationStatusCodes

Property Value

understandingResults

Semantic understanding result of the 'Batch Read Receipt' operation.

understandingResults?: UnderstandingResult[]

Property Value