Class JsonLicensePlateScanStrategy
- Namespace
- IO.Scanbot.Sdk.UI.View.Licenseplate.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/licenseplate/configuration/json/JsonLicensePlateScanStrategy", DoNotGenerateAcw = true)]
public sealed class JsonLicensePlateScanStrategy : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonLicensePlateScanStrategy
- Implements
- Inherited Members
Properties
Classic
[Register("CLASSIC")]
public static JsonLicensePlateScanStrategy Classic { get; }
Property Value
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
MlBased
[Register("ML_BASED")]
public static JsonLicensePlateScanStrategy MlBased { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/view/licenseplate/configuration/json/JsonLicensePlateScanStrategy;", "")]
public static JsonLicensePlateScanStrategy ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/view/licenseplate/configuration/json/JsonLicensePlateScanStrategy;", "")]
public static JsonLicensePlateScanStrategy[] Values()