Barcode Pick Session

Defined in library scandit_datacapture_barcode_pick

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickSession
class BarcodePickSession

Added in version 7.3.0

The BarcodePick session holds the current state of a running BarcodePick.

trackedItems
Set<String> get trackedItems

Added in version 7.3.0

A set containing the data of all the barcodes that are currently tracked on screen.

addedItems
Set<String> get addedItems

Added in version 7.3.0

A set containing the data of the barcodes that were scanned in the last frame.

trackedObjects
Set<TrackedObject> get trackedObjects

Added in version 7.3.0

A set containing all of the objects that are currently tracked on screen.

addedObjects
Set<TrackedObject> get addedObjects

Added in version 7.3.0

A set containing all of the objects that were scanned in the last frame.