FlutterMobileVision class

Constructors

FlutterMobileVision()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

face({bool flash = false, bool autoFocus = true, bool multiple = true, bool showText = true, Size preview = PREVIEW, Size scanArea = SCAN_AREA, int camera = CAMERA_BACK, bool forceCloseCameraOnTap = false, double fps = 15.0, String imagePath = ''}) Future<List<Face>>
getPreviewSizes(int facing) List<Size>?
read({bool flash = false, bool autoFocus = true, bool multiple = false, bool waitTap = false, bool forceCloseCameraOnTap = false, bool showText = true, Size preview = PREVIEW, Size scanArea = SCAN_AREA, int camera = CAMERA_BACK, double fps = 2.0, String imagePath = ''}) Future<List<OcrText>>
scan({bool flash = false, bool autoFocus = true, int formats = Barcode.ALL_FORMATS, bool multiple = false, bool waitTap = false, bool forceCloseCameraOnTap = false, bool showText = false, Size preview = PREVIEW, Size scanArea = SCAN_AREA, int camera = CAMERA_BACK, double fps = 15.0, String imagePath = ''}) Future<List<Barcode>>
start() Future<Map<int, List<Size>>>

Constants

CAMERA_BACK → const int
CAMERA_FRONT → const int
PREVIEW → const Size
SCAN_AREA → const Size