Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 875 Bytes

DocumentValidationResult.md

File metadata and controls

14 lines (10 loc) · 875 Bytes

DocumentValidationResult

Properties

Name Type Description Notes
document_is_valid bool True if the document is valid and has no errors, false otherwise [optional]
password_protected bool True if the document is password protected, false otherwise [optional]
error_count int Number of validation errors found in the document [optional]
warning_count int Number of validation warnings found in the document [optional]
errors_and_warnings \Swagger\Client\Model\DocumentValidationError[] Details of errors and warnings found [optional]

[Back to Model list] [Back to API list] [Back to README]