Package io.scanbot.vin
Class NativeVinScanResult
-
- All Implemented Interfaces:
public final class NativeVinScanResult
Recognition result of VIN scanner.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
rawString
private final Double
confidenceValue
private final Boolean
validationSuccessful
-
Constructor Summary
Constructors Constructor Description NativeVinScanResult(String rawString, Double confidenceValue, Boolean validationSuccessful)
-
Method Summary
Modifier and Type Method Description final String
getRawString()
final Double
getConfidenceValue()
final Boolean
getValidationSuccessful()
-
-
Method Detail
-
getRawString
final String getRawString()
-
getConfidenceValue
final Double getConfidenceValue()
-
getValidationSuccessful
final Boolean getValidationSuccessful()
-
-
-
-