OnDeviceOCRManagerCommunicator class
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
-
configureOnDeviceOCR({String? apiKey, String? token, required ModelClass modelClass, required ModelSize modelSize})
→ Future<void>
-
-
getPredictions(Uint8List byteArrayImage, List<String> barcodes)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
release()
→ Future<void>
-
-
reportAnIssue({String? apiKey, String? token, required ModelClass modelClass, required ModelSize modelSize, required String report, Map<String, dynamic>? customData, String? base64ImageToReportOn})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited