Table of Contents

Class StubLicensePlateScanner

Namespace
IO.Scanbot.Sdk.Licenseplate
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/licenseplate/StubLicensePlateScanner", DoNotGenerateAcw = true)]
public sealed class StubLicensePlateScanner : Object, ILicensePlateScanner, IJavaObject, IJavaPeerable, IDisposable
Inheritance
StubLicensePlateScanner
Implements
Inherited Members

Constructors

StubLicensePlateScanner()

[Register(".ctor", "()V", "")]
public StubLicensePlateScanner()

Properties

A

[Register("a")]
public int A { get; set; }

Property Value

int

B

[Register("b")]
public int B { get; set; }

Property Value

int

C

[Register("c")]
public bool C { get; set; }

Property Value

bool

D

[Register("d")]
public LicensePlateScanStrategy D { get; set; }

Property Value

LicensePlateScanStrategy

MaximumNumberOfAccumulatedFrames

public int MaximumNumberOfAccumulatedFrames { get; set; }

Property Value

int

MinimumNumberOfRequiredFramesWithEqualScanResult

public int MinimumNumberOfRequiredFramesWithEqualScanResult { get; set; }

Property Value

int

ScanStrategy

public LicensePlateScanStrategy ScanStrategy { get; set; }

Property Value

LicensePlateScanStrategy

ShouldProvideCroppedImage

public bool ShouldProvideCroppedImage { get; set; }

Property Value

bool

Methods

CleanRecognitionQueue()

[Register("cleanRecognitionQueue", "()V", "")]
public void CleanRecognitionQueue()

ScanNv21(byte[], int, int, int, Rect)

[Register("scanNv21", "([BIIILandroid/graphics/Rect;)Lio/scanbot/sdk/licenseplate/LicensePlateScanResult;", "")]
public LicensePlateScanResult ScanNv21(byte[] nv21, int width, int height, int orientation, Rect finderRect)

Parameters

nv21 byte[]
width int
height int
orientation int
finderRect Rect

Returns

LicensePlateScanResult