Data Consistency Verifier
Defined in namespace Scandit.DataCapture.Id.Verification
- 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 DataConsistencyResult : IDisposable
Added 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
boolAllChecksPassed { get; }Added in version 8.0.0
All checks passed and nothing suspicious about the document was detected.
- FailedChecks
DataConsistencyCheck FailedChecks { get; }
Added in version 8.0.0
The checks that failed
- SkippedChecks
DataConsistencyCheck SkippedChecks { get; }
Added in version 8.0.0
The checks that were skipped
- PassedChecks
DataConsistencyCheck PassedChecks { get; }
Added in version 8.0.0
The checks that passed