BlinkIdVerifyScanningSettings

@Serializable
data class BlinkIdVerifyScanningSettings @JvmOverloads constructor(val scanUnsupportedBack: Boolean? = null, val scanPassportDataPageOnly: Boolean? = null, val treatExpirationAsFraud: Boolean? = null, val screenAnalysisMatchLevel: MatchLevel? = null, val staticSecurityFeaturesMatchLevel: MatchLevel? = null, val barcodeAnomalyMatchLevel: MatchLevel? = null, val dataMatchMatchLevel: MatchLevel? = null, val imageQualitySettings: ImageQualitySettings? = null, val useCase: BlinkIdVerifyProcessingUseCase? = null) : Parcelable

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)