Interface IVinScanner
[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
MinimumNumberOfRequiredFramesWithEqualRecognitionResult
int MinimumNumberOfRequiredFramesWithEqualRecognitionResult { get; set; }
Property Value
OcrResolutionLimit
int OcrResolutionLimit { get; set; }
Property Value
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)