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
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