Class LicensePlateScannerResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class LicensePlateScannerResult implements Parcelable
Defines a result of the license plate scanning flow.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrawTextprivate final StringcountryCodeprivate final StringlicensePlateprivate final Doubleconfidence
-
Constructor Summary
Constructors Constructor Description LicensePlateScannerResult(String rawText, String countryCode, String licensePlate, Double confidence)
-
Method Summary
Modifier and Type Method Description final StringgetRawText()The validated result of the scanning. final StringgetCountryCode()The validated result of the scanning. final StringgetLicensePlate()The validated result of the scanning. final DoublegetConfidence()The confidence of the recognized text. -
-
Method Detail
-
getRawText
final String getRawText()
The validated result of the scanning.
-
getCountryCode
final String getCountryCode()
The validated result of the scanning.
-
getLicensePlate
final String getLicensePlate()
The validated result of the scanning.
-
getConfidence
final Double getConfidence()
The confidence of the recognized text.
-
-
-
-