onDetectionBoundingBoxes abstract method

void onDetectionBoundingBoxes(
  1. List<Rect> barcodeBoundingBoxes,
  2. List<Rect> qrCodeBoundingBoxes,
  3. Rect? documentBoundingBox
)

Implementation

void onDetectionBoundingBoxes(List<Rect> barcodeBoundingBoxes, List<Rect> qrCodeBoundingBoxes, Rect? documentBoundingBox);