BlinkIdVerifyScanningSettings
@Serializable
Defines behavior for a BlinkID Verify session.
Constructors
Link copied to clipboard
constructor(scanUnsupportedBack: Boolean? = null, scanPassportDataPageOnly: Boolean? = null, treatExpirationAsFraud: Boolean? = null, screenAnalysisMatchLevel: MatchLevel? = null, staticSecurityFeaturesMatchLevel: MatchLevel? = null, barcodeAnomalyMatchLevel: MatchLevel? = null, dataMatchMatchLevel: MatchLevel? = null, imageQualitySettings: ImageQualitySettings? = null, useCase: BlinkIdVerifyProcessingUseCase? = null)
Properties
Link copied to clipboard
Threshold for barcode anomaly detection.
Link copied to clipboard
Threshold for data consistency matching across document zones.
Link copied to clipboard
Image quality constraints applied during scanning.
Link copied to clipboard
Indicates whether only the passport data page should be scanned. Scan only the data page ( page containing MRZ ) of the passport. If set to false, it will be required to scan the second page of certain passports.
Link copied to clipboard
Indicates whether backside of unsupported document should be scanned also.
Link copied to clipboard
Threshold for screen/spoof analysis checks.
Link copied to clipboard
Threshold for static security feature verification.
Link copied to clipboard
Whether an expired document should contribute to a fraud decision.
Link copied to clipboard
High-level processing template (BlinkIdVerifyProcessingUseCase).