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
B
[Register("b")]
public static IList<NativeLicensePlateScanStrategy> B { get; }
Property Value
LicensePlateClassic
[Register("LicensePlateClassic")]
public static NativeLicensePlateScanStrategy LicensePlateClassic { get; }
Property Value
LicensePlateML
[Register("LicensePlateML")]
public static NativeLicensePlateScanStrategy LicensePlateML { get; }
Property Value
NativeId
public int NativeId { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/licenseplate/NativeLicensePlateScanStrategy;", "")]
public static NativeLicensePlateScanStrategy ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/licenseplate/NativeLicensePlateScanStrategy;", "")]
public static NativeLicensePlateScanStrategy[] Values()