Class DocumentVerificationReport

Report of the document verification.

Constructors

Properties

consistencyVerificationReport: ConsistencyVerificationReport

Report 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.

invalidDataVerificationReport: InvalidDataVerificationReport

Some 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.

overallVerificationStatus: DocumentVerificationStatus

Overall status of the document verification

semanticsVerificationReport: SemanticsVerificationReport

Report of the semantics verification. Shows whether the values in the fields are semantically correct.

suspiciousDataVerificationReport: SuspiciousDataVerificationReport

Shows whether the data in the document is suspicious, e.g. contains word "Sample" in the name.

Generated using TypeDoc