Table of Contents

Interface IVinScanner

Namespace
IO.Scanbot.Sdk.Vin
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/vin/VinScanner", "", "IO.Scanbot.Sdk.Vin.IVinScannerInvoker")]
public interface IVinScanner : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

MaximumNumberOfAccumulatedFrames

int MaximumNumberOfAccumulatedFrames { get; set; }

Property Value

int

MinimumNumberOfRequiredFramesWithEqualRecognitionResult

int MinimumNumberOfRequiredFramesWithEqualRecognitionResult { get; set; }

Property Value

int

OcrResolutionLimit

int OcrResolutionLimit { get; set; }

Property Value

int

Methods

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

[Register("scanNv21", "([BIIILandroid/graphics/Rect;)Lio/scanbot/sdk/vin/VinScanResult;", "GetScanNv21_arrayBIIILandroid_graphics_Rect_Handler:IO.Scanbot.Sdk.Vin.IVinScannerInvoker, DocumentSDK.NET.Droid")]
VinScanResult ScanNv21(byte[] nv21, int width, int height, int orientation, Rect finderRect)

Parameters

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

Returns

VinScanResult