SBSDKOpticalTextRecognizerDelegate
@protocol SBSDKOpticalTextRecognizerDelegate <NSObject>
Delegate protocol for SBSDKOpticalTextRecognizer
.
-
Asks the delegate if the text recognition should be cancelled.
Declaration
Objective-C
- (BOOL)shouldCancelTextRecognition;
Swift
func shouldCancelTextRecognition() -> Bool
Return Value
YES, if the text recognition should cancel, NO otherwise. *