MlBankcardSettings class

Constructors

MlBankcardSettings.capture({int? orientation, int? resultType, int? rectMode})
factory
MlBankcardSettings.image({required String path, String? langType, int? resultType, int? rectMode})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
langType String?
getter/setter pair
orientation int?
getter/setter pair
path String
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

Methods

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

Operators

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

Constants

errorCodeInitCameraFailed → const int
Failed to initialize the camera.
orientationAuto → const int
Adaptive mode. The physical sensor determines the screen orientation.
orientationLandspace → const int
Landscape mode. The screen width is greater than the screen height.
orientationPortrait → const int
Portrait mode. The screen height is greater than the screen width.
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.