SBSScanSettings.h
Go to the documentation of this file.
50 + (nonnull instancetype)pre47DefaultSettings SBS_DEPRECATED_MSG_ATTRIBUTE("use defaultSettings and enable the required symbologies by hand instead.");
60 + (nullable instancetype)settingsWithDictionary:(nonnull NSDictionary<NSString *, id> *)dictionary
CGRect activeScanningAreaPortrait
The active scanning area when the picker is in portrait orientation.
Definition: SBSScanSettings.h:257
CGRect activeScanningAreaLandscape
The active scanning area when the picker is in landscape orientation.
Definition: SBSScanSettings.h:240
SBSScanAreaSettings * areaSettingsLandscape
Landscape area settings, if present.
Definition: SBSScanSettings.h:365
BOOL force2dRecognition
Forces the barcode scanner to always run the 2D decoders (QR Code, Data Matrix, etc.), even when the 2D detector did not detect the presence of a 2D code.
Definition: SBSScanSettings.h:141
BOOL codeRejectionEnabled
Whether code rejection should be enabled.
Definition: SBSScanSettings.h:339
BOOL motionCompensationEnabled
Enable/disable motion compensation.
Definition: SBSScanSettings.h:303
SBSScanAreaSettings * areaSettingsPortrait
Portrait area settings, if present.
Definition: SBSScanSettings.h:352
BOOL matrixScanEnabled
Whether matrix scan should be enabled.
Definition: SBSScanSettings.h:380
Holds settings specific to a single symbology such as checksums and active symbol count...
Definition: SBSSymbologySettings.h:67
NSInteger maxNumberOfCodesPerFrame
The maximum number of barcodes to be decoded every frame.
Definition: SBSScanSettings.h:152
nonnull instancetype pre47DefaultSettings()
Convenience method to retrieve default settings as they were before ScanditSDK 4.7.
Holds settings that affect the recognition of barcodes, such as enabled barcode symbologies, scanning hot spot etc.
Definition: SBSScanSettings.h:29
nonnull NSSet< NSNumber * > * enabledSymbologies()
Returns the set of enabled symbologies.
SBSSymbology
Enumerates the symbologies supported by Scandit Barcode Scanner.
Definition: SBSCode.h:44
nonnull instancetype defaultSettings()
Settings object with default values.
SBSWorkingRange workingRange
The focus working range for the barcode picker.
Definition: SBSScanSettings.h:70
BOOL restrictedAreaScanningEnabled
Definition: SBSScanSettings.h:266
NSInteger codeDuplicateFilter
Specifies the duplicate filter to use for the session.
Definition: SBSScanSettings.h:167
Scanning area settings control where codes are to be searched in images/frames.
Definition: SBSScanAreaSettings.h:93
NSInteger codeCachingDuration
Determines how long codes are kept in the session.
Definition: SBSScanSettings.h:181
SBSCameraFacingDirection cameraFacingPreference
The preferred camera direction.
Definition: SBSScanSettings.h:202
CGPoint scanningHotSpot
Defines the point at which barcodes and 2D codes are expected.
Definition: SBSScanSettings.h:278