Resource Base
Table of contents

BarcodeResult

Class BarcodeResult. The return value when a barcode is detected. It stores the barcode information including barcode text and barcode formats.

class BarcodeResult {
  /// The barcode text.
  final String barcodeText;

  /// The byte of barcode text.
  final Uint8List barcodeBytes;

  /// Barcode type in string.
  final String barcodeFormatString;

  /// The corresponding localization result.
  final BarcodeLocationResult barcodeLocation;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +