SBSScanSession.h
Go to the documentation of this file.
81 @property (nullable, readonly, nonatomic, copy) NSDictionary<NSNumber *, SBSTrackedCode *> *trackedCodes;
NSArray< SBSCode * > * allRecognizedCodes
Returns the list of barcodes (data, symbology) that have been decoded (recognized) in this session...
Definition: SBSScanSession.h:65
NSArray< SBSCode * > * newlyLocalizedCodes
A new copy of the list of barcodes that have been localized but not recognized in the last frame...
Definition: SBSScanSession.h:50
Holds all barcodes that were decoded in the current session.
Definition: SBSScanSession.h:39
void stopScanning()
Immediately stop barcode recognition and close camera.
void pauseScanning()
Immediately pauses barcode recognition, but keeps camera preview open.
NSArray< SBSCode * > * newlyRecognizedCodes
A new copy of the list of barcodes that have been successfully decoded in the last frame...
Definition: SBSScanSession.h:44
NSDictionary< NSNumber *, SBSTrackedCode * > * trackedCodes
Returns a dictionary representing a map between tracked object identifiers and tracked objects...
Definition: SBSScanSession.h:81
Represents a recognized/localized barcode/2D code that is being tracked over multiple frames...
Definition: SBSTrackedCode.h:18