Table of Contents

Class NativeLicensePlateScanStrategy

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

Properties

A

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

Property Value

int

B

[Register("b")]
public static IList<NativeLicensePlateScanStrategy> B { get; }

Property Value

IList<NativeLicensePlateScanStrategy>

LicensePlateClassic

[Register("LicensePlateClassic")]
public static NativeLicensePlateScanStrategy LicensePlateClassic { get; }

Property Value

NativeLicensePlateScanStrategy

LicensePlateML

[Register("LicensePlateML")]
public static NativeLicensePlateScanStrategy LicensePlateML { get; }

Property Value

NativeLicensePlateScanStrategy

NativeId

public int NativeId { get; }

Property Value

int

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/licenseplate/NativeLicensePlateScanStrategy;", "")]
public static NativeLicensePlateScanStrategy ValueOf(string value)

Parameters

value string

Returns

NativeLicensePlateScanStrategy

Values()

[Register("values", "()[Lio/scanbot/licenseplate/NativeLicensePlateScanStrategy;", "")]
public static NativeLicensePlateScanStrategy[] Values()

Returns

NativeLicensePlateScanStrategy[]