Table of Contents

Class SBSDKDocumentDataExtractorViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public abstract class SBSDKDocumentDataExtractorViewControllerDelegate : NSObject, ISBSDKDocumentDataExtractorViewControllerDelegate, INativeObject, IDisposable
Inheritance
SBSDKDocumentDataExtractorViewControllerDelegate
Implements
INativeObject

Constructors

SBSDKDocumentDataExtractorViewControllerDelegate()

protected SBSDKDocumentDataExtractorViewControllerDelegate()

SBSDKDocumentDataExtractorViewControllerDelegate(NSObjectFlag)

protected SBSDKDocumentDataExtractorViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDocumentDataExtractorViewControllerDelegate(NativeHandle)

protected SBSDKDocumentDataExtractorViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

DidExtractResultOnImage(SBSDKDocumentDataExtractorViewController, SBSDKDocumentDataExtractionResult, UIImage)

public virtual void DidExtractResultOnImage(SBSDKDocumentDataExtractorViewController viewController, SBSDKDocumentDataExtractionResult result, UIImage image)

Parameters

viewController SBSDKDocumentDataExtractorViewController
result SBSDKDocumentDataExtractionResult
image UIImage

ShouldExtract(SBSDKDocumentDataExtractorViewController)

public virtual bool ShouldExtract(SBSDKDocumentDataExtractorViewController viewController)

Parameters

viewController SBSDKDocumentDataExtractorViewController

Returns

bool