TextPatternScannerUiResult class
Configuration of the generic text scanner RTU UI result.
Constructors
-
TextPatternScannerUiResult({required String rawText, required List<
WordBox> wordBoxes, required List<SymbolBox> symbolBoxes, double confidence = 0.0}) -
TextPatternScannerUiResult.fromJson(Map<
String, dynamic> json) -
factory
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
-
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