Package io.scanbot.sdk.vin
Class VinScanResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class VinScanResult implements Parcelable
Recognition result of VIN scanner.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
rawText
private final Double
confidenceValue
private final Boolean
validationSuccessful
-
Constructor Summary
Constructors Constructor Description VinScanResult(String rawText, Double confidenceValue, Boolean validationSuccessful)
-
Method Summary
Modifier and Type Method Description final String
getRawText()
final Double
getConfidenceValue()
final Boolean
getValidationSuccessful()
-
-
Method Detail
-
getRawText
final String getRawText()
-
getConfidenceValue
final Double getConfidenceValue()
-
getValidationSuccessful
final Boolean getValidationSuccessful()
-
-
-
-