Three Line Mrz Finder Layout Preset
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.
Properties
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.