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

Methods

CleanRecognitionQueue()

[Register("cleanRecognitionQueue", "()V", "GetCleanRecognitionQueueHandler:IO.Scanbot.Sdk.Vin.IVinScannerInvoker, DocumentSDK.NET.Droid")]
void CleanRecognitionQueue()

CopyCurrentConfiguration()

[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/vin/VinScannerConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Vin.IVinScannerInvoker, DocumentSDK.NET.Droid")]
VinScannerConfiguration CopyCurrentConfiguration()

Returns

VinScannerConfiguration

Run(ImageRef)

[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetRun_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Vin.IVinScannerInvoker, DocumentSDK.NET.Droid")]
IResult Run(ImageRef image)

Parameters

image ImageRef

Returns

IResult

SetConfiguration(VinScannerConfiguration)

[Register("setConfiguration", "(Lio/scanbot/sdk/vin/VinScannerConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_vin_VinScannerConfiguration_Handler:IO.Scanbot.Sdk.Vin.IVinScannerInvoker, DocumentSDK.NET.Droid")]
IResult SetConfiguration(VinScannerConfiguration configuration)

Parameters

configuration VinScannerConfiguration

Returns

IResult