MBFirstSideFinishedRecognizerRunnerViewControllerDelegate
@protocol MBFirstSideFinishedRecognizerRunnerViewControllerDelegate <NSObject>
@required
/**
* Called when scanning library finishes performing recognition of the first side of the document.
* NOTE: This method is called on background processing thread. Make sure that you dispatch all your UI API calls to main thread.
*/
- (void) recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide:(nonnull UIViewController<MBRecognizerRunnerViewController> *)recognizerRunnerViewController;
@end
Undocumented
-
Called when scanning library finishes performing recognition of the first side of the document. NOTE: This method is called on background processing thread. Make sure that you dispatch all your UI API calls to main thread.
Declaration
Objective-C
- (void)recognizerRunnerViewControllerDidFinishRecognitionOfFirstSide: (nonnull UIViewController<MBRecognizerRunnerViewController> *) recognizerRunnerViewController;
Swift
func recognizerRunnerViewControllerDidFinishRecognition(ofFirstSide recognizerRunnerViewController: Any!)