Skip to content

Commit

Permalink
Merge branch 'master' into update_example
Browse files Browse the repository at this point in the history
* master:
  chore: update documentation in commons (#472)
  fix: boundingBox and cornerPoint for barcode (#471)
  fix: Selfie Segmentation data casting (#473)

# Conflicts:
#	packages/example/lib/vision_detector_views/painters/barcode_detector_painter.dart
#	packages/google_mlkit_barcode_scanning/lib/src/barcode_scanner.dart
  • Loading branch information
fbernaly committed Jun 29, 2023
2 parents 7b473d6 + df3a916 commit d5d5519
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ class Barcode {
final Uint8List? rawBytes;

/// The rectangle that holds the discovered barcode relative to the detected image in the view coordinate system.
///
/// Could be null if the bounding rectangle can not be determined.
final Rect boundingBox;

/// The four corner points of the barcode, in clockwise order starting with the top left relative to the detected image in the view coordinate system.
Expand Down

0 comments on commit d5d5519

Please sign in to comment.