Barcode Check Session

Defined under the namespace 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
get addedTrackedBarcodes(): TrackedBarcode[]

Added in version 7.1.0

Newly tracked barcodes.

removedTrackedBarcodes
get removedTrackedBarcodes(): string[]

Added in version 7.1.0

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

trackedBarcodes
get trackedBarcodes(): object<string, TrackedBarcode>

Added in version 7.1.0

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

reset()
reset(): Promise<void>

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.