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