Class SBSDKDocumentScannerViewControllerDelegate_Extensions
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public static class SBSDKDocumentScannerViewControllerDelegate_Extensions
- Inheritance
-
SBSDKDocumentScannerViewControllerDelegate_Extensions
- Inherited Members
-
Methods
CaptureAnimationConfiguration(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
public static SBSDKDocumentAnimationConfiguration? CaptureAnimationConfiguration(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
Returns
- SBSDKDocumentAnimationConfiguration
public static void ConfigureScanningStatusLabel(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectionResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
label
SBSDKDetectionStatusLabel
result
SBSDKDocumentDetectionResult
DidFailSnappingImage(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, NSError?)
public static void DidFailSnappingImage(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, NSError? error)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
error
NSError
DidSampleVideoFrameScanningResult(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectionResult?)
public static void DidSampleVideoFrameScanningResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectionResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
videoFrameImage
UIImage
result
SBSDKDocumentDetectionResult
PolygonConfigurationFor(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, SBSDKDocumentDetectionStatus)
public static SBSDKDocumentScannerPolygonConfiguration PolygonConfigurationFor(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionStatus status)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
status
SBSDKDocumentDetectionStatus
Returns
- SBSDKDocumentScannerPolygonConfiguration
ShouldAutoSnapImage(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, SBSDKDocumentDetectionResult?)
public static bool ShouldAutoSnapImage(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectionResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
result
SBSDKDocumentDetectionResult
Returns
- bool
ShouldScanDocument(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
public static bool ShouldScanDocument(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
Returns
- bool
WillSnapImage(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
public static void WillSnapImage(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController