ThreeLineMrzFinderLayoutPreset

data class ThreeLineMrzFinderLayoutPreset(var mrzTextLine1: String = "I<USA2342353464<<<<<<<<<<<<<<<", var mrzTextLine2: String = "9602300M2904076USA<<<<<<<<<<<2", var mrzTextLine3: String = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<", val adjustedFinderAspectRatio: Double = 4.3125) : MrzFinderLayoutPreset, Parcelable

A ready-to-use preset 3-line text to be displayed.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(mrzTextLine1: String = "I<USA2342353464<<<<<<<<<<<<<<<", mrzTextLine2: String = "9602300M2904076USA<<<<<<<<<<<2", mrzTextLine3: String = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<", adjustedFinderAspectRatio: Double = 4.3125)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

Aspect ratio of the finder adjusted to the 3-line MRZ text. Not editable. To override, please use 'aspectRatio' parameter in 'viewFinder' field in MRZ screen configuration.

Link copied to clipboard

The first line of the MRZ text.

Link copied to clipboard

The second line of the MRZ text.

Link copied to clipboard

The third line of the MRZ text.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject