boundingBox property

Rect? boundingBox
final

Axis-aligned bounding rectangle of the detected text.

The point (0, 0) is defined as the upper-left corner of the image.

Could be null even if text is found.

Implementation

final Rect? boundingBox;