Optional source: DeepPartial<DocumentVerificationReport>Readonly consistencyReport of the document consistency verification. Shows whether information in the fields that correspond to the same logical field and is present in different parts of the document is consistent.
Readonly invalidSome fields in the documents allow validation, for example, MRZ contains check digits to verify the data. This report shows whether there are any invalid fields in the document.
Readonly overallOverall status of the document verification.
Readonly semanticsReport of the semantics verification. Shows whether the values in the fields are semantically correct.
Readonly suspiciousShows whether the data in the document is suspicious, e.g. contains word "Sample" in the name.
Optional config: ToJsonConfigurationOptional Readonly consistencyReport of the document consistency verification. Shows whether information in the fields that correspond to the same logical field and is present in different parts of the document is consistent.
Optional Readonly fieldList of reports for each field that was verified.
Optional Readonly overallOverall status of the consistency verification. Corresponds to the most severe status of all fields.
Optional Readonly invalidSome fields in the documents allow validation, for example, MRZ contains check digits to verify the data. This report shows whether there are any invalid fields in the document.
Optional Readonly fieldList of reports for each field that was verified.
Optional Readonly overallOverall status of the document verification. Corresponds to the most severe status of all fields, i.e. if at least one field is invalid, the overall status is invalid.
Optional Readonly overallOverall status of the document verification.
Optional Readonly semanticsReport of the semantics verification. Shows whether the values in the fields are semantically correct.
Optional Readonly birthResult of verification whether the birth date is before the expiry date.
Optional Readonly birthResult of verification whether the birth date is before the issue date.
Optional Readonly birthStatus of the birth date semantics verification. Shows whether the birth date in the document is in the past.
Optional Readonly fieldList of value semantics for each field corresponding to the same logical field.
Optional Readonly overallOverall status of the logical value semantics verification. Corresponds to the most severe status of all fields, i.e. if at least one field is semantically incorrect, the overall status is semantically incorrect. If no fields are present, the overall status is SKIPPED.
Optional Readonly expiryStatus of the expiry date semantics verification. Shows whether the expiry date in the document is in the future.
Optional Readonly fieldList of value semantics for each field corresponding to the same logical field.
Optional Readonly overallOverall status of the logical value semantics verification. Corresponds to the most severe status of all fields, i.e. if at least one field is semantically incorrect, the overall status is semantically incorrect. If no fields are present, the overall status is SKIPPED.
Optional Readonly issueResult of verification whether the issue date is before the expiry date.
Optional Readonly issueStatus of the issue date semantics verification. Shows whether the issue date in the document is in the past.
Optional Readonly fieldList of value semantics for each field corresponding to the same logical field.
Optional Readonly overallOverall status of the logical value semantics verification. Corresponds to the most severe status of all fields, i.e. if at least one field is semantically incorrect, the overall status is semantically incorrect. If no fields are present, the overall status is SKIPPED.
Optional Readonly overallOverall status of the value semantics verification. Corresponds to the most severe status of all fields, i.e. if at least one field is semantically incorrect, the overall status is semantically incorrect. If some verifications are skipped, they do not impact the overall status.
Optional Readonly suspiciousShows whether the data in the document is suspicious, e.g. contains word "Sample" in the name.
Optional Readonly fieldList of reports for each field that was verified.
Optional Readonly overallOverall status of the suspicious data verification. Corresponds to the most severe status of all fields, i.e. if at least one field is suspicious, the overall status is suspicious.
Report of the document verification.