Two Line Mrz Finder Layout Preset
data class TwoLineMrzFinderLayoutPreset(var mrzTextLine1: String = "I<USASMITH<<JACK<<<<<<<<<<<<<<<<<<<<", var mrzTextLine2: String = "2342353464USA9602300M2904076<<<<<<<2", val adjustedFinderAspectRatio: Double = 5.390625) : MrzFinderLayoutPreset, Parcelable
A ready-to-use preset 2-line text to be displayed.
Properties
Link copied to clipboard
Aspect ratio of the finder adjusted to the 2-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.