BlinkCardSessionSettings

data class BlinkCardSessionSettings(val inputImageSource: InputImageSource = InputImageSource.Video, val scanningSettings: ScanningSettings = ScanningSettings()) : Parcelable

Represents the configuration settings for a scanning session.

This class holds the settings related to the input image source and specific scanning configurations that define how the scanning session should behave.

Constructors

Link copied to clipboard
constructor(inputImageSource: InputImageSource = InputImageSource.Video, scanningSettings: ScanningSettings = ScanningSettings())

Properties

Link copied to clipboard

The type of image source for the scanning session. Defines whether the images are sourced from a video stream or a single photo. Defaults to InputImageSource.Video.

Link copied to clipboard

The specific scanning settings for the scanning session. Defines various parameters that control the scanning process.

Functions

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