Table of Contents

Class SBSDKLicensePlateScannerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public abstract class SBSDKLicensePlateScannerViewControllerDelegate : NSObject, ISBSDKLicensePlateScannerViewControllerDelegate, INativeObject, IDisposable
Inheritance
SBSDKLicensePlateScannerViewControllerDelegate
Implements
INativeObject

Constructors

SBSDKLicensePlateScannerViewControllerDelegate()

protected SBSDKLicensePlateScannerViewControllerDelegate()

SBSDKLicensePlateScannerViewControllerDelegate(NSObjectFlag)

protected SBSDKLicensePlateScannerViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLicensePlateScannerViewControllerDelegate(NativeHandle)

protected SBSDKLicensePlateScannerViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

DidRecognizeLicensePlateOn(SBSDKLicensePlateScannerViewController, SBSDKLicensePlateScannerResult, UIImage)

public virtual void DidRecognizeLicensePlateOn(SBSDKLicensePlateScannerViewController controller, SBSDKLicensePlateScannerResult licensePlateResult, UIImage image)

Parameters

controller SBSDKLicensePlateScannerViewController
licensePlateResult SBSDKLicensePlateScannerResult
image UIImage

ShouldRecognize(SBSDKLicensePlateScannerViewController)

public virtual bool ShouldRecognize(SBSDKLicensePlateScannerViewController controller)

Parameters

controller SBSDKLicensePlateScannerViewController

Returns

bool