DigitalInkRecognitionContext class
Information about the context in which an ink has been drawn. Pass this object to a DigitalInkRecognizer alongside an Ink to improve the recognition quality.
Constructors
- DigitalInkRecognitionContext({String? preContext, WritingArea? writingArea})
- Constructor to create an instance of DigitalInkRecognitionContext.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preContext → String?
-
Characters immediately before the position where the recognized text should be inserted.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- writingArea → WritingArea?
-
Size of the writing area.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a json representation of an instance of WritingArea.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited