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
DidFailSnappingImage(SBSDKDocumentScannerViewController, NSError?)
void DidFailSnappingImage(SBSDKDocumentScannerViewController controller, NSError? error)
Parameters
controller
SBSDKDocumentScannerViewController
error
NSError
DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectionResult?)
void DidSampleVideoFrameScanningResult(SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectionResult? result)
Parameters
controller
SBSDKDocumentScannerViewController
videoFrameImage
UIImage
result
SBSDKDocumentDetectionResult
DidSnapDocumentImage(SBSDKDocumentScannerViewController, UIImage, UIImage, SBSDKDocumentDetectionResult?, bool)
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)
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