Table of Contents

Class NativeLicensePlateScanner

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

Constructors

NativeLicensePlateScanner(string)

[Register(".ctor", "(Ljava/lang/String;)V", "")]
public NativeLicensePlateScanner(string tessDataPath)

Parameters

tessDataPath string

Fields

DefaultMaximumAccumulatedFrameCount

[Register("DEFAULT_MAXIMUM_ACCUMULATED_FRAME_COUNT")]
public const int DefaultMaximumAccumulatedFrameCount = 3

Field Value

int

DefaultMinimumRequiredFrameCount

[Register("DEFAULT_MINIMUM_REQUIRED_FRAME_COUNT")]
public const int DefaultMinimumRequiredFrameCount = 2

Field Value

int

Properties

A

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

Property Value

string

B

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

Property Value

NativeLicensePlateScannerConfig

Methods

CleanRecognitionQueue()

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

Ctor()

[Register("ctor", "()J", "")]
public override long Ctor()

Returns

long

Dtor(long)

[Register("dtor", "(J)V", "")]
public override void Dtor(long nativeImplPtr)

Parameters

nativeImplPtr long

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

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

Parameters

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

Returns

NativeLicensePlateScanResult

SetConfiguration(NativeLicensePlateScannerConfig)

[Register("setConfiguration", "(Lio/scanbot/licenseplate/NativeLicensePlateScannerConfig;)V", "")]
public void SetConfiguration(NativeLicensePlateScannerConfig config)

Parameters

config NativeLicensePlateScannerConfig