BoundingBox class

Bounding box for a detected text.

Properties

blockNum int
latefinal
confidence double
latefinal
hashCode int
The hash code for this object.
no setterinherited
lineNum int
latefinal
parNum int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
word String
latefinal
wordNum int
latefinal
x1 int
latefinal
x2 int
latefinal
y1 int
latefinal
y2 int
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited