Table of Contents

Interface ISBSDKDocumentScannerViewControllerDelegate

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

Methods

CaptureAnimationConfiguration(SBSDKDocumentScannerViewController)

SBSDKDocumentAnimationConfiguration? CaptureAnimationConfiguration(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController

Returns

SBSDKDocumentAnimationConfiguration

ConfigureStatusDetectionLabelForDetectionResult(SBSDKDocumentScannerViewController, SBSDKDetectionStatusLabel, SBSDKDocumentDetectorResult?)

void ConfigureStatusDetectionLabelForDetectionResult(SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectorResult? result)

Parameters

controller SBSDKDocumentScannerViewController
label SBSDKDetectionStatusLabel
result SBSDKDocumentDetectorResult

DidSampleVideoFrameDetectionResult(SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectorResult?)

void DidSampleVideoFrameDetectionResult(SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectorResult? result)

Parameters

controller SBSDKDocumentScannerViewController
videoFrameImage UIImage
result SBSDKDocumentDetectorResult

DidSnapDocumentImage(SBSDKDocumentScannerViewController, UIImage, UIImage, SBSDKDocumentDetectorResult?, bool)

void DidSnapDocumentImage(SBSDKDocumentScannerViewController controller, UIImage documentImage, UIImage originalImage, SBSDKDocumentDetectorResult? result, bool autoSnapped)

Parameters

controller SBSDKDocumentScannerViewController
documentImage UIImage
originalImage UIImage
result SBSDKDocumentDetectorResult
autoSnapped bool

PolygonConfigurationFor(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus)

SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationFor(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)

Parameters

controller SBSDKDocumentScannerViewController
status SBSDKDocumentDetectionStatus

Returns

SBSDKDocumentScannerPolygonConfiguration

ShouldAutoSnapImageWithForDetectionResult(SBSDKDocumentScannerViewController, SBSDKDocumentDetectorResult?)

bool ShouldAutoSnapImageWithForDetectionResult(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectorResult? result)

Parameters

controller SBSDKDocumentScannerViewController
result SBSDKDocumentDetectorResult

Returns

bool

ShouldDetectDocument(SBSDKDocumentScannerViewController)

bool ShouldDetectDocument(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController

Returns

bool

WillSnapImage(SBSDKDocumentScannerViewController)

void WillSnapImage(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController

WithError(SBSDKDocumentScannerViewController, NSError?)

void WithError(SBSDKDocumentScannerViewController controller, NSError? error)

Parameters

controller SBSDKDocumentScannerViewController
error NSError