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
void ConfigureScanningStatusLabel(SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectionResult? result)
Parameters
controller SBSDKDocumentScannerViewController
label SBSDKDetectionStatusLabel
result SBSDKDocumentDetectionResult
DidFailScanningWithError(SBSDKDocumentScannerViewController, NSError)
void DidFailScanningWithError(SBSDKDocumentScannerViewController controller, NSError error)
Parameters
controller SBSDKDocumentScannerViewController
error NSError
DidFailSnappingImage(SBSDKDocumentScannerViewController, NSError?)
void DidFailSnappingImage(SBSDKDocumentScannerViewController controller, NSError? error)
Parameters
controller SBSDKDocumentScannerViewController
error NSError
DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController, SBSDKImageRef, SBSDKDocumentDetectionResult?)
void DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController controller, SBSDKImageRef videoFrameImage, SBSDKDocumentDetectionResult? result)
Parameters
controller SBSDKDocumentScannerViewController
videoFrameImage SBSDKImageRef
result SBSDKDocumentDetectionResult
DidSnapDocumentImage(SBSDKDocumentScannerViewController, SBSDKImageRef, SBSDKImageRef, SBSDKDocumentDetectionResult?, bool)
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)
SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationFor(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)
Parameters
controller SBSDKDocumentScannerViewController
status SBSDKDocumentDetectionStatus
Returns
- SBSDKDocumentScannerPolygonConfiguration
ShouldAutoSnapImage(SBSDKDocumentScannerViewController, SBSDKDocumentDetectionResult?)
bool ShouldAutoSnapImage(SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionResult? result)
Parameters
controller SBSDKDocumentScannerViewController
result SBSDKDocumentDetectionResult
Returns
- bool
ShouldScanDocument(SBSDKDocumentScannerViewController)
bool ShouldScanDocument(SBSDKDocumentScannerViewController controller)
Parameters
controller SBSDKDocumentScannerViewController
Returns
- bool
WillSnapImage(SBSDKDocumentScannerViewController)
void WillSnapImage(SBSDKDocumentScannerViewController controller)
Parameters
controller SBSDKDocumentScannerViewController