Data Consistency Verifier
Defined in library scandit_datacapture_id
- DataConsistencyCheck
Added in version 8.0.0
The verification status returned by the barcode verifier
- issuingCountryComparison
Added in version 8.0.0
Comparison of issuing country between zones
- issuingJurisdictionComparison
Added in version 8.0.0
Comparison of issuing jurisdiction between zones
- fullNameComparison
Added in version 8.0.0
Comparison of full name between zones
- documentNumberComparison
Added in version 8.0.0
Comparison of document number between zones
- dateOfBirthComparison
Added in version 8.0.0
Comparison of date of birth between zones
- dateOfExpiryComparison
Added in version 8.0.0
Comparison of date of expiry between zones
- dateOfIssueComparison
Added in version 8.0.0
Comparison of date of issue between zones
- DataConsistencyResult
class DataConsistencyResultAdded in version 8.0.0
The verification result of a comparison between the human-readable data of the document with the data encoded in either MRZ or barcode.
This result is returned in VerificationResult when IdCaptureSettings.rejectInconsistentData is enabled.
- allChecksPassed
bool get allChecksPassed
Added in version 8.0.0
All checks passed and nothing suspicious about the document was detected.
- failedChecks
Set<DataConsistencyCheck> get failedChecks
Added in version 8.0.0
The checks that failed
- skippedChecks
Set<DataConsistencyCheck> get skippedChecks
Added in version 8.0.0
The checks that were skipped
- passedChecks
Set<DataConsistencyCheck> get passedChecks
Added in version 8.0.0
The checks that passed