Table of Contents

Interface ISBSDKUIGenericDocumentRecognizerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public interface ISBSDKUIGenericDocumentRecognizerViewControllerDelegate : ISBSDKUIViewControllerDelegate, INativeObject, IDisposable
Inherited Members
Extension Methods

Methods

DidCancel(SBSDKUIGenericDocumentRecognizerViewController)

void DidCancel(SBSDKUIGenericDocumentRecognizerViewController viewController)

Parameters

viewController SBSDKUIGenericDocumentRecognizerViewController

DidFinishWithDocuments(SBSDKUIGenericDocumentRecognizerViewController, SBSDKGenericDocument[])

void DidFinishWithDocuments(SBSDKUIGenericDocumentRecognizerViewController viewController, SBSDKGenericDocument[] documents)

Parameters

viewController SBSDKUIGenericDocumentRecognizerViewController
documents SBSDKGenericDocument[]