MLTextLensEngine class

Constructors

MLTextLensEngine({required MLTextLensController controller})

Properties

controller MLTextLensController
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

capture() Future<Uint8List>
getDisplayDimension() Future<Size>
getLensType() Future<int>
init({int? width, int? height}) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() Future<bool>
run() → void
setTransactor(TextTransactor transactor) → void
switchCamera() Future<void>
toString() String
A string representation of this object.
inherited
zoom(double z) Future<void>

Operators

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