FormDocumentReport interface
An interface representing FormDocumentReport.
Properties
document |
Reference to the data that the report is for. |
errors | List of errors per page. |
pages | Total number of pages trained on. |
status | Status of the training operation. Possible values include: 'success', 'partialSuccess', 'failure' |
Property Details
documentName
Reference to the data that the report is for.
documentName?: string
Property Value
string
errors
List of errors per page.
errors?: string[]
Property Value
string[]
pages
Total number of pages trained on.
pages?: number
Property Value
number
status
Status of the training operation. Possible values include: 'success', 'partialSuccess', 'failure'
status?: Status
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