Class SBSDKGenericDocumentRecognizerViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKGenericDocumentRecognizerViewControllerDelegate : NSObject, ISBSDKGenericDocumentRecognizerViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKGenericDocumentRecognizerViewControllerDelegate
- Implements
-
INativeObject
Constructors
SBSDKGenericDocumentRecognizerViewControllerDelegate()
protected SBSDKGenericDocumentRecognizerViewControllerDelegate()
SBSDKGenericDocumentRecognizerViewControllerDelegate(NSObjectFlag)
protected SBSDKGenericDocumentRecognizerViewControllerDelegate(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKGenericDocumentRecognizerViewControllerDelegate(NativeHandle)
protected SBSDKGenericDocumentRecognizerViewControllerDelegate(NativeHandle handle)
Parameters
handle
NativeHandle
Methods
DidRecognizeResultOnImage(SBSDKGenericDocumentRecognizerViewController, SBSDKGenericDocumentRecognitionResult, UIImage)
public virtual void DidRecognizeResultOnImage(SBSDKGenericDocumentRecognizerViewController viewController, SBSDKGenericDocumentRecognitionResult result, UIImage image)
Parameters
viewController
SBSDKGenericDocumentRecognizerViewController
result
SBSDKGenericDocumentRecognitionResult
image
UIImage
GenericShouldRecognize(SBSDKGenericDocumentRecognizerViewController)
public virtual bool GenericShouldRecognize(SBSDKGenericDocumentRecognizerViewController viewController)
Parameters
viewController
SBSDKGenericDocumentRecognizerViewController
Returns
- bool