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

SBSTextRecognitionDelegate.h
Go to the documentation of this file.
1 //
2 // SBSTextRecognitionDelegate.h
3 // ScanditBarcodeScanner
4 //
5 // Created by Marco Biasini on 03/10/16.
6 // Copyright © 2016 Scandit AG. All rights reserved.
7 //
8 
9 #import "SBSCommon.h"
10 #import "SBSRecognizedText.h"
11 #import "SBSBarcodePicker.h"
12 
30 
37 
45 
46 
48 
62 - (SBSBarcodePickerState)barcodePicker:(nonnull SBSBarcodePicker *)picker
63  didRecognizeText:(nonnull SBSRecognizedText *)text;
64 
65 @end
Camera is not running, recognition is not running.
Definition: SBSTextRecognitionDelegate.h:43
Controls the camera and orchestrates the barcode scanning process.
Definition: SBSBarcodePicker.h:144
SBSBarcodePickerState
Enumerations of possible barcode picker states.
Definition: SBSTextRecognitionDelegate.h:23
#define SBS_ENUM_END(name)
Definition: SBSCommon.h:17
Camera preview is on, recognition is not running.
Definition: SBSTextRecognitionDelegate.h:36
Definition: SBSTextRecognitionDelegate.h:47
Camera preview is on, recognition is running.
Definition: SBSTextRecognitionDelegate.h:29
#define SBS_ENUM_BEGIN(name)
Definition: SBSCommon.h:16