Table of Contents

Class NativeVinScanner

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

Constructors

NativeVinScanner()

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

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

DefaultOcrResolutionLimit

[Register("DEFAULT_OCR_RESOLUTION_LIMIT")]
public const int DefaultOcrResolutionLimit = 0

Field Value

int

Properties

A

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

Property Value

NativeVinScannerConfig

Methods

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/vin/NativeVinScanResult;", "")]
public NativeVinScanResult ScanNv21(byte[] nv21, int width, int height, int orientation, Rect finderRect)

Parameters

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

Returns

NativeVinScanResult

SetConfiguration(NativeVinScannerConfig)

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

Parameters

config NativeVinScannerConfig