Table of Contents

Class SBSDKDocumentScannerViewControllerDelegate

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

Constructors

SBSDKDocumentScannerViewControllerDelegate()

protected SBSDKDocumentScannerViewControllerDelegate()

SBSDKDocumentScannerViewControllerDelegate(NSObjectFlag)

protected SBSDKDocumentScannerViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDocumentScannerViewControllerDelegate(NativeHandle)

protected SBSDKDocumentScannerViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

CaptureAnimationConfiguration(SBSDKDocumentScannerViewController)

public virtual SBSDKDocumentAnimationConfiguration? CaptureAnimationConfiguration(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController

Returns

SBSDKDocumentAnimationConfiguration

ConfigureScanningStatusLabel(SBSDKDocumentScannerViewController, SBSDKDetectionStatusLabel, SBSDKDocumentDetectionResult?)

public virtual void ConfigureScanningStatusLabel(SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectionResult? result)

Parameters

controller SBSDKDocumentScannerViewController
label SBSDKDetectionStatusLabel
result SBSDKDocumentDetectionResult

DidFailSnappingImage(SBSDKDocumentScannerViewController, NSError?)

public virtual void DidFailSnappingImage(SBSDKDocumentScannerViewController controller, NSError? error)

Parameters

controller SBSDKDocumentScannerViewController
error NSError

DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectionResult?)

public virtual void DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectionResult? result)

Parameters

controller SBSDKDocumentScannerViewController
videoFrameImage UIImage
result SBSDKDocumentDetectionResult

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

public virtual void DidSnapDocumentImage(SBSDKDocumentScannerViewController controller, UIImage documentImage, UIImage originalImage, SBSDKDocumentDetectionResult? result, bool autoSnapped)

Parameters

controller SBSDKDocumentScannerViewController
documentImage UIImage
originalImage UIImage
result SBSDKDocumentDetectionResult
autoSnapped bool

PolygonConfigurationFor(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus)

public virtual SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationFor(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)

Parameters

controller SBSDKDocumentScannerViewController
status SBSDKDocumentDetectionStatus

Returns

SBSDKDocumentScannerPolygonConfiguration

ShouldAutoSnapImage(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionResult?)

public virtual bool ShouldAutoSnapImage(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionResult? result)

Parameters

controller SBSDKDocumentScannerViewController
result SBSDKDocumentDetectionResult

Returns

bool

ShouldScanDocument(SBSDKDocumentScannerViewController)

public virtual bool ShouldScanDocument(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController

Returns

bool

WillSnapImage(SBSDKDocumentScannerViewController)

public virtual void WillSnapImage(SBSDKDocumentScannerViewController controller)

Parameters

controller SBSDKDocumentScannerViewController