Class SemanticsVerificationReport

Report of the document value semantics verification.

Constructors

Properties

birthDateBeforeExpiryDate: ValueSemantics

Result of verification whether the birth date is before the expiry date.

birthDateBeforeIssueDate: ValueSemantics

Result of verification whether the birth date is before the issue date.

birthDateSemantics: CompositeFieldValueSemantics

Status of the birth date semantics verification. Shows whether the birth date in the document is in the past.

expiryDateSemantics: CompositeFieldValueSemantics

Status of the expiry date semantics verification. Shows whether the expiry date in the document is in the future.

issueDateBeforeExpiryDate: ValueSemantics

Result of verification whether the issue date is before the expiry date.

issueDateSemantics: CompositeFieldValueSemantics

Status of the issue date semantics verification. Shows whether the issue date in the document is in the past.

overallInvalidSemantics: boolean

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

Generated using TypeDoc