DigitalInkRecogniser class

Detector to process the text that is being written on screen.

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

close() Future<void>
Close the instance of detector.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readText(List<Offset?> points, String modelTag) Future<List<RecognitionCandidate>>
Function that invokes the method to read the text written on screen. It takes modelTag that refers to language that is being processed. Note that modelTag should follow BCP 47 guidelines of identifying language visit this site https://tools.ietf.org/html/bcp47 to know more. It takes List<Offset> which refers to the points being written on screen.
toString() String
A string representation of this object.
inherited

Operators

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