Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScanResult

A result of a scanning operation on an image.

Hierarchy

  • ScanResult

Index

Properties

barcodes

barcodes: Barcode[]

The list of barcodes found in the image (can be empty).

imageData

imageData: Uint8ClampedArray

The image data given as a byte array, formatted accordingly to the set settings (imageSettings).

imageSettings

imageSettings: ImageSettings

The configuration object defining the properties of the processed image (imageData).

Generated using TypeDoc