SymbolBox class

Structure containing recognized symbol text and bounds.

Constructors

SymbolBox({required String symbol, required Rectangle<int> boundingRect, required double recognitionConfidence})
SymbolBox.fromJson(Map<String, dynamic> json)
factory

Properties

boundingRect Rectangle<int>
Bounding rectangle of the recognized symbol.
final
hashCode int
The hash code for this object.
no setterinherited
recognitionConfidence double
Confidence of the recognition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Recognized symbol text.
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