TextPatternScannerResult class
The result of the text line recognition.
Constructors
Properties
- confidence → double
-
Confidence of the recognition.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawText → String
-
Raw recognized string.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
symbolBoxes
→ List<
SymbolBox> -
Boxes for each recognized symbol.
final
- validationSuccessful → bool
-
Whether the validation was successful.
final
-
wordBoxes
→ List<
WordBox> -
Boxes for each recognized word.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited