AnalyzeResult interface
Analyze API call result.
Properties
errors | List of errors reported during the analyze operation. |
pages | Page level information extracted in the analyzed document. |
status | Status of the analyze operation. Possible values include: 'success', 'partialSuccess', 'failure' |
Property Details
errors
List of errors reported during the analyze operation.
errors?: FormOperationError[]
Property Value
pages
Page level information extracted in the analyzed document.
pages?: ExtractedPage[]
Property Value
status
Status of the analyze operation. Possible values include: 'success', 'partialSuccess', 'failure'
status?: Status2