Block class
Represents a single block, e.g. a paragraph. A block is made up of lines.
- Inheritance
-
- Object
- OcrElement
- Block
Constructors
Properties
- confidence → double
-
Text confidence. Range is
[0-1].finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
-
lines
→ List<
Line> -
List of lines.
final
-
roi
→ List<
Point< double> > -
Quad where the text was found in image coordinates. The order of the points is clockwise starting from the top left.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
The recognized text.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited