Class SBSDKLicensePlateScanner
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKLicensePlateScanner : NSObject
- Inheritance
-
SBSDKLicensePlateScanner
Constructors
SBSDKLicensePlateScanner(NSObjectFlag)
protected SBSDKLicensePlateScanner(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKLicensePlateScanner(NativeHandle)
protected SBSDKLicensePlateScanner(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKLicensePlateScanner(SBSDKLicensePlateScannerConfiguration)
public SBSDKLicensePlateScanner(SBSDKLicensePlateScannerConfiguration configuration)
Parameters
configuration
SBSDKLicensePlateScannerConfiguration
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Configuration
public virtual SBSDKLicensePlateScannerConfiguration Configuration { get; set; }
Property Value
- SBSDKLicensePlateScannerConfiguration
Methods
ClearFrameAccumulator()
public virtual void ClearFrameAccumulator()
public virtual SBSDKLicensePlateScannerResult? ScanSampleBufferOrientationInRect(CMSampleBuffer sampleBuffer, AVCaptureVideoOrientation videoOrientation, CGRect rect)
Parameters
sampleBuffer
CMSampleBuffer
videoOrientation
AVCaptureVideoOrientation
rect
CGRect
Returns
- SBSDKLicensePlateScannerResult
ScanVideoFrameImageInRect(UIImage, CGRect)
public virtual SBSDKLicensePlateScannerResult? ScanVideoFrameImageInRect(UIImage image, CGRect rect)
Parameters
image
UIImage
rect
CGRect
Returns
- SBSDKLicensePlateScannerResult