Barcode Check Session

Defined in library scandit_datacapture_barcode_check

BarcodeCheckSession
class BarcodeCheckSession

Added in version 7.1.0

The BarcodeCheck session holds the ongoing state of a running BarcodeCheck.

addedTrackedBarcodes
List<TrackedBarcode> get addedTrackedBarcodes

Added in version 7.1.0

Newly tracked barcodes.

removedTrackedBarcodes
List<int> get removedTrackedBarcodes

Added in version 7.1.0

An array of identifiers of lost barcodes that were removed in the last frame.

trackedBarcodes
Map<int, TrackedBarcode> get trackedBarcodes

Added in version 7.1.0

A map from identifiers to barcodes. It contains all currently tracked barcodes.

reset()
Future<void> reset()

Added in version 7.1.0

Resets the session, clearing all barcodes and their states.

Note

This class cannot be instantiated directly. Use the appropriate methods in BarcodeCheck to obtain instances of this class.