- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKDocumentDataExtractorViewControllerDelegate : NSObject, ISBSDKDocumentDataExtractorViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentDataExtractorViewControllerDelegate
- Implements
-
INativeObject
Constructors
protected SBSDKDocumentDataExtractorViewControllerDelegate()
protected SBSDKDocumentDataExtractorViewControllerDelegate(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKDocumentDataExtractorViewControllerDelegate(NativeHandle)
protected SBSDKDocumentDataExtractorViewControllerDelegate(NativeHandle handle)
Parameters
handle NativeHandle
Methods
public virtual void DidExtractResultOnImage(SBSDKDocumentDataExtractorViewController viewController, SBSDKDocumentDataExtractionResult result, UIImage image)
Parameters
viewController SBSDKDocumentDataExtractorViewController
result SBSDKDocumentDataExtractionResult
image UIImage
public virtual bool ShouldExtract(SBSDKDocumentDataExtractorViewController viewController)
Parameters
viewController SBSDKDocumentDataExtractorViewController
Returns
- bool