Table of Contents

Class NativeLicensePlateScannerConfig

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

Constructors

NativeLicensePlateScannerConfig(int, int, int, bool)

[Register(".ctor", "(IIIZ)V", "")]
public NativeLicensePlateScannerConfig(int minimumNumberOfRequiredFramesWithEqualScanResult, int maximumNumberOfAccumulatedFrames, int scannerStrategy, bool shouldProvideCroppedImage)

Parameters

minimumNumberOfRequiredFramesWithEqualScanResult int
maximumNumberOfAccumulatedFrames int
scannerStrategy int
shouldProvideCroppedImage bool

Properties

MaximumNumberOfAccumulatedFrames

[Register("maximumNumberOfAccumulatedFrames")]
public int MaximumNumberOfAccumulatedFrames { get; set; }

Property Value

int

MinimumNumberOfRequiredFramesWithEqualScanResult

[Register("minimumNumberOfRequiredFramesWithEqualScanResult")]
public int MinimumNumberOfRequiredFramesWithEqualScanResult { get; set; }

Property Value

int

ScannerStrategy

[Register("scannerStrategy")]
public int ScannerStrategy { get; set; }

Property Value

int

ShouldProvideCroppedImage

[Register("shouldProvideCroppedImage")]
public bool ShouldProvideCroppedImage { get; set; }

Property Value

bool

Methods

Component1()

[Register("component1", "()I", "")]
public int Component1()

Returns

int

Component2()

[Register("component2", "()I", "")]
public int Component2()

Returns

int

Component3()

[Register("component3", "()I", "")]
public int Component3()

Returns

int

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Copy(int, int, int, bool)

[Register("copy", "(IIIZ)Lio/scanbot/licenseplate/NativeLicensePlateScannerConfig;", "")]
public NativeLicensePlateScannerConfig Copy(int minimumNumberOfRequiredFramesWithEqualScanResult, int maximumNumberOfAccumulatedFrames, int scannerStrategy, bool shouldProvideCroppedImage)

Parameters

minimumNumberOfRequiredFramesWithEqualScanResult int
maximumNumberOfAccumulatedFrames int
scannerStrategy int
shouldProvideCroppedImage bool

Returns

NativeLicensePlateScannerConfig