Class NativeLicensePlateScanResult
- Namespace
- IO.Scanbot.Licenseplate
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/licenseplate/NativeLicensePlateScanResult", DoNotGenerateAcw = true)]
public sealed class NativeLicensePlateScanResult : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
NativeLicensePlateScanResult
- Implements
-
- Inherited Members
-
Constructors
NativeLicensePlateScanResult(string, string, string, double, bool, Bitmap)
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;DZLandroid/graphics/Bitmap;)V", "")]
public NativeLicensePlateScanResult(string countryCode, string licensePlate, string rawString, double confidenceValue, bool validationSuccessful, Bitmap croppedImage)
Parameters
countryCode
string
licensePlate
string
rawString
string
confidenceValue
double
validationSuccessful
bool
croppedImage
Bitmap
Properties
ConfidenceValue
public double ConfidenceValue { get; }
Property Value
- double
CountryCode
public string CountryCode { get; }
Property Value
- string
CroppedImage
public Bitmap CroppedImage { get; }
Property Value
- Bitmap
LicensePlate
public string LicensePlate { get; }
Property Value
- string
RawString
public string RawString { get; }
Property Value
- string
ValidationSuccessful
public bool ValidationSuccessful { get; }
Property Value
- bool
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
- string
Component2()
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
- string
Component3()
[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()
Returns
- string
Component4()
[Register("component4", "()D", "")]
public double Component4()
Returns
- double
Component5()
[Register("component5", "()Z", "")]
public bool Component5()
Returns
- bool
Component6()
[Register("component6", "()Landroid/graphics/Bitmap;", "")]
public Bitmap Component6()
Returns
- Bitmap
Copy(string, string, string, double, bool, Bitmap)
[Register("copy", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;DZLandroid/graphics/Bitmap;)Lio/scanbot/licenseplate/NativeLicensePlateScanResult;", "")]
public NativeLicensePlateScanResult Copy(string countryCode, string licensePlate, string rawString, double confidenceValue, bool validationSuccessful, Bitmap croppedImage)
Parameters
countryCode
string
licensePlate
string
rawString
string
confidenceValue
double
validationSuccessful
bool
croppedImage
Bitmap
Returns
- NativeLicensePlateScanResult