FlMlKitTextRecognizeMethodCall class

Constructors

FlMlKitTextRecognizeMethodCall()
factory

Properties

channel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

availableCameras() Future<List<CameraInfo>?>
获取可用摄像头 get available Cameras
getScanState() Future<bool?>
获取识别状态 get scan state
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<bool>
暂停扫描 Pause scanning
scanImageByte(Uint8List uint8list, {int rotationDegrees = 0, bool useEvent = false}) Future<AnalysisTextModel?>
识别图片字节 Identify picture bytes useEvent 返回消息使用 FLCameraEvent The return message uses flcameraevent rotationDegrees Only Android is supported
setFlashMode(bool status) Future<bool>
打开\关闭 闪光灯 Turn flash on / off
setRecognizedLanguage(RecognizedLanguage recognizedLanguage) Future<bool>
设置设别的语言 Set recognized language
setZoomRatio(double ratio) Future<bool>
相机缩放 Camera zoom
start() Future<bool>
开始扫描 Start scanncing
toString() String
A string representation of this object.
inherited

Operators

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