Barcode Ar Session

Defined under the namespace Scandit.Datacapture.Barcode.Ar

BarcodeArSession
class BarcodeArSession

Added in version 7.1.0

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

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 BarcodeAr to obtain instances of this class.