<SBSTextRecognitionDelegate> Protocol Reference
Instance Methods | |
(SBSBarcodePickerState) | - barcodePicker:didRecognizeText: |
Method Documentation
- (SBSBarcodePickerState) barcodePicker: | (nonnull SBSBarcodePicker *) | picker | |
didRecognizeText: | (nonnull SBSRecognizedText *) | text | |
Invoked when the text recognition engine has found text that matches the provided regular expression.
- Parameters
-
picker The barcode picker that recognized the text. text The recognized text.
- Returns
- The new state for the picker. To continue scanning more text, return SBSBarcodePickerStateActive, to stop scanning, return SBSBarcodePickerStateStopped, to put the picker into paused state, return SBSBarcodePickerStatePaused.
- 5.1
The documentation for this protocol was generated from the following file: