Class NativeVinScanResult
- Namespace
- IO.Scanbot.Vin
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/vin/NativeVinScanResult", DoNotGenerateAcw = true)]
public sealed class NativeVinScanResult : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
NativeVinScanResult
- Implements
-
- Inherited Members
-
Constructors
NativeVinScanResult(string, double, bool)
[Register(".ctor", "(Ljava/lang/String;DZ)V", "")]
public NativeVinScanResult(string rawString, double confidenceValue, bool validationSuccessful)
Parameters
rawString
string
confidenceValue
double
validationSuccessful
bool
Properties
ConfidenceValue
public double ConfidenceValue { get; }
Property Value
- double
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", "()D", "")]
public double Component2()
Returns
- double
Component3()
[Register("component3", "()Z", "")]
public bool Component3()
Returns
- bool
Copy(string, double, bool)
[Register("copy", "(Ljava/lang/String;DZ)Lio/scanbot/vin/NativeVinScanResult;", "")]
public NativeVinScanResult Copy(string rawString, double confidenceValue, bool validationSuccessful)
Parameters
rawString
string
confidenceValue
double
validationSuccessful
bool
Returns
- NativeVinScanResult