MLCustomizedViewSetting class

Constructors

MLCustomizedViewSetting({bool? isTitleAvailable = true, String? title = "Place the card within the frame", bool? isFlashAvailable = true, double? heightFactor = 0.8, double? widthFactor = 0.8, int? resultType, int? rectMode, CustomizedLifeCycleListener? customizedLifeCycleListener})
MLCustomizedViewSetting.fromJson(String str)
factory
MLCustomizedViewSetting.fromMap(Map<String, dynamic> json)
factory

Properties

customizedLifeCycleListener CustomizedLifeCycleListener?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
heightFactor double?
getter/setter pair
isFlashAvailable bool?
getter/setter pair
isTitleAvailable bool?
getter/setter pair
rectMode int?
getter/setter pair
resultType int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
widthFactor double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

resultAll → const int
Recognized information, such as the bank card number, validity period, issuing bank, card organization, and card type.
resultNumOnly → const int
Only the bank card number is recognized.
resultSimple → const int
Only two items recognized, including bank card number and validity period.
strictMode → const int
Strict recognition mode.
weakMode → const int
Weak recognition mode.