ThreeLineMrzFinderLayoutPreset class
A ready-to-use preset 3-line text to be displayed.
- Inheritance
-
- Object
- MrzFinderLayoutPreset
- ThreeLineMrzFinderLayoutPreset
Constructors
- ThreeLineMrzFinderLayoutPreset.new({String mrzTextLine1 = "I<USA2342353464<<<<<<<<<<<<<<<", String mrzTextLine2 = "9602300M2904076USA<<<<<<<<<<<2", String mrzTextLine3 = "SMITH<<JACK<<<<<<<<<<<<<<<<<<<", double adjustedFinderAspectRatio = 4.3125})
-
ThreeLineMrzFinderLayoutPreset.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adjustedFinderAspectRatio → double
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mrzTextLine1 ↔ String
-
The first line of the MRZ text.
getter/setter pair
- mrzTextLine2 ↔ String
-
The second line of the MRZ text.
getter/setter pair
- mrzTextLine3 ↔ String
-
The third line of the MRZ text.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited