boundingBox property

Rect boundingBox
final

The rectangle that holds the discovered barcode relative to the detected image in the view coordinate system.

If nothing found it returns a rectangle with left, top, right, and bottom edges all at zero. Rect.zero.

Implementation

final Rect boundingBox;