Class SBSDKDocumentScannerViewControllerDelegate_Extensions
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public static class SBSDKDocumentScannerViewControllerDelegate_Extensions
- Inheritance
-
SBSDKDocumentScannerViewControllerDelegate_Extensions
- Inherited Members
-
Methods
public static void ConfigureStatusDetectionLabelForDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDetectionStatusLabel label, SBSDKDocumentDetectorResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
label
SBSDKDetectionStatusLabel
result
SBSDKDocumentDetectorResult
DidSampleVideoFrameDetectionResult(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, UIImage, SBSDKDocumentDetectorResult?)
public static void DidSampleVideoFrameDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, UIImage videoFrameImage, SBSDKDocumentDetectorResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
videoFrameImage
UIImage
result
SBSDKDocumentDetectorResult
PolygonFillColorForStatus(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, nint)
public static UIColor PolygonFillColorForStatus(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, nint status)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
status
nint
Returns
- UIColor
PolygonLineColorForStatus(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, nint)
public static UIColor PolygonLineColorForStatus(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, nint status)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
status
nint
Returns
- UIColor
ShouldAutoSnapImageWithForDetectionResult(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, SBSDKDocumentDetectorResult?)
public static bool ShouldAutoSnapImageWithForDetectionResult(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, SBSDKDocumentDetectorResult? result)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
result
SBSDKDocumentDetectorResult
Returns
- bool
ShouldDetectDocument(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController)
public static bool ShouldDetectDocument(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
WithError(ISBSDKDocumentScannerViewControllerDelegate, SBSDKDocumentScannerViewController, NSError?)
public static void WithError(this ISBSDKDocumentScannerViewControllerDelegate This, SBSDKDocumentScannerViewController controller, NSError? error)
Parameters
This
ISBSDKDocumentScannerViewControllerDelegate
controller
SBSDKDocumentScannerViewController
error
NSError