Type alias BarcodeEngineMode

BarcodeEngineMode: "ML" | "ML_LOW_POWER"

The engine mode to use for barcode recognition.

  • ML: Main engine mode. Supports all barcodes types.
  • ML_LOW_POWER: A faster version of the main engine mode, for use with low-power devices and in the browser.

Generated using TypeDoc