VerifyCaptureSessionSettings

@Serializable
data class VerifyCaptureSessionSettings @JvmOverloads constructor(val capturePolicy: CapturePolicy = CapturePolicy.Video, val treatExpirationAsFraud: Boolean? = true, val screenMatchLevel: MatchLevel? = null, val photocopyMatchLevel: MatchLevel? = null, val barcodeAnomalyMatchLevel: MatchLevel? = null, val photoForgeryMatchLevel: MatchLevel? = null, val staticSecurityFeaturesMatchLevel: MatchLevel? = null, val dataMatchMatchLevel: MatchLevel? = null, val imageQualitySettings: ImageQualitySettings? = null, val useCase: BlinkIdVerifyProcessingUseCase? = null) : Parcelable

Configuration settings for a capture session.

Constructors

Link copied to clipboard
constructor(capturePolicy: CapturePolicy = CapturePolicy.Video, treatExpirationAsFraud: Boolean? = true, screenMatchLevel: MatchLevel? = null, photocopyMatchLevel: MatchLevel? = null, barcodeAnomalyMatchLevel: MatchLevel? = null, photoForgeryMatchLevel: MatchLevel? = null, staticSecurityFeaturesMatchLevel: MatchLevel? = null, dataMatchMatchLevel: MatchLevel? = null, imageQualitySettings: ImageQualitySettings? = null, useCase: BlinkIdVerifyProcessingUseCase? = null)

Properties

Link copied to clipboard

Threshold for detecting anomalies in document barcodes. Higher levels provide stricter detection.

Link copied to clipboard

Determines whether the capture session uses video or photo mode. Defaults to CapturePolicy.Video.

Link copied to clipboard

Threshold for matching data between different parts of the document. Higher levels require closer matches.

Link copied to clipboard

Threshold for detecting photocopied documents. Higher levels provide stricter detection.

Link copied to clipboard

Threshold for detecting photo forgery in documents. Higher levels provide stricter detection.

Link copied to clipboard

Threshold for detecting screen-displayed documents. Higher levels provide stricter detection.

Link copied to clipboard

Threshold for verifying static security features. Higher levels require more security features to be present.

Link copied to clipboard

Specifies whether an expired document will be treated as fraud in the overall decision. Default is true.

Link copied to clipboard

Defines BlinkIdVerifyProcessingUseCase. Settings set by useCase will be overriden by other settings in VerifyCaptureSessionSettings.

Functions

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