ReadReceiptResult interface
Analysis result of the 'Batch Read Receipt' operation.
Properties
recognition |
Text recognition result of the 'Batch Read Receipt' operation. |
status | Status of the read operation. Possible values include: 'Not Started', 'Running', 'Failed', 'Succeeded' |
understanding |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript