Class SBSDKDocumentScannerViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKDocumentScannerViewControllerDelegate : NSObject, ISBSDKDocumentScannerViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKDocumentScannerViewControllerDelegate
- Implements
-
INativeObject
- Extension Methods
-
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
public virtual void ConfigureScanningStatusLabel(SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectionResult? result)
Parameters
controller SBSDKDocumentScannerViewController
label SBSDKDetectionStatusLabel
result SBSDKDocumentDetectionResult
DidFailScanningWithError(SBSDKDocumentScannerViewController, NSError)
public virtual void DidFailScanningWithError(SBSDKDocumentScannerViewController controller, NSError error)
Parameters
controller SBSDKDocumentScannerViewController
error NSError
DidFailSnappingImage(SBSDKDocumentScannerViewController, NSError?)
public virtual void DidFailSnappingImage(SBSDKDocumentScannerViewController controller, NSError? error)
Parameters
controller SBSDKDocumentScannerViewController
error NSError
DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController, SBSDKImageRef, SBSDKDocumentDetectionResult?)
public virtual void DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController controller, SBSDKImageRef videoFrameImage, SBSDKDocumentDetectionResult? result)
Parameters
controller SBSDKDocumentScannerViewController
videoFrameImage SBSDKImageRef
result SBSDKDocumentDetectionResult
DidSnapDocumentImage(SBSDKDocumentScannerViewController, SBSDKImageRef, SBSDKImageRef, SBSDKDocumentDetectionResult?, bool)
public virtual void DidSnapDocumentImage(SBSDKDocumentScannerViewController controller, SBSDKImageRef documentImage, SBSDKImageRef originalImage, SBSDKDocumentDetectionResult? result, bool autoSnapped)
Parameters
controller SBSDKDocumentScannerViewController
documentImage SBSDKImageRef
originalImage SBSDKImageRef
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