Resource Base
Table of contents

BarcodeLocationResult

Class BarcodeLocationResult. The location of a quadrilateral area which indicates the location of the detected barcode.

class BarcodeLocationResult {
  /// The angle of a barcode. Values range from 0 to 360.
  final int angle;

  /// The coordinates of the quadrilateral points.
  final Quadrilateral location;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +