Deprecation warning

Please note that this is outdated documentation for an older release of the Scandit Barcode Scanner SDK.

We are deprecating the 5.x API on all platforms (except Linux). Release 5.19 in April 2021 will be our final. Applications running 5.x will continue to work, and we will continue to release critical bug fixes and security patches only, for one year. We encourage you to migrate to 6.x and take advantage of our latest / advanced features and improved performance.

You'll find the updated documentation at: Data Capture SDK Documentation for iOS

SBSScanSettings+TextRecognition.h
Go to the documentation of this file.
1 //
2 // SBSScanSettings+TextRecognition.h
3 // ScanditBarcodeScanner
4 //
5 // Created by Marco Biasini on 03/10/16.
6 // Copyright © 2016 Scandit AG. All rights reserved.
7 //
8 
9 #include "SBSCommon.h"
10 #include "SBSScanSettings.h"
11 
13 
24 
31 
38 
40 
45 
56 @property (nullable, nonatomic, strong) SBSTextRecognitionSettings *textRecognitionSettings;
57 
66 @property (nonatomic, assign) SBSRecognitionMode recognitionMode;
67 
68 @end
#define SBS_ENUM_BEGIN(name)
Definition: SBSCommon.h:16
#define SBS_ENUM_END(name)
Definition: SBSCommon.h:17
@ SBSRecognitionModeText
Text recognition is enabled.
Definition: SBSScanSettings+TextRecognition.h:23
Definition: SBSScanSettings+TextRecognition.h:44
@ SBSRecognitionModeCodeAndText
Both text recognition and barcode/2d code recognition are enabled.
Definition: SBSScanSettings+TextRecognition.h:37
@ SBSRecognitionModeCode
Barcode/2d code recognition is enabled.
Definition: SBSScanSettings+TextRecognition.h:30
SBSRecognitionMode
Enumeration of supported recognition modes.
Definition: SBSScanSettings+TextRecognition.h:17
Definition: SBSTextRecognitionSettings.h:19