Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 935 Bytes

DocumentValidationResult.md

File metadata and controls

14 lines (10 loc) · 935 Bytes

DocumentValidationResult

Properties

Name Type Description Notes
DocumentIsValid bool True if the document is valid and has no errors, false otherwise [optional] [default to null]
PasswordProtected bool True if the document is password protected, false otherwise [optional] [default to null]
ErrorCount int32 Number of validation errors found in the document [optional] [default to null]
WarningCount int32 Number of validation warnings found in the document [optional] [default to null]
ErrorsAndWarnings []DocumentValidationError Details of errors and warnings found [optional] [default to null]

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