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 StringrawTextprivate final DoubleconfidenceValueprivate final BooleanvalidationSuccessful
-
Constructor Summary
Constructors Constructor Description VinScanResult(String rawText, Double confidenceValue, Boolean validationSuccessful)
-
Method Summary
Modifier and Type Method Description final StringgetRawText()final DoublegetConfidenceValue()final BooleangetValidationSuccessful()-
-
Method Detail
-
getRawText
final String getRawText()
-
getConfidenceValue
final Double getConfidenceValue()
-
getValidationSuccessful
final Boolean getValidationSuccessful()
-
-
-
-