public class LicensePlateScannerResult
Defines a result of the license plate scanning flow
public LicensePlateScannerResult(@NotNull
java.lang.String rawText,
@NotNull
java.lang.String countryCode,
@NotNull
java.lang.String licensePlate,
double confidence)
Defines a result of the license plate scanning flow
rawText - The validated result of the scanningcountryCode - The validated result of the scanninglicensePlate - The validated result of the scanningconfidence - The confidence of the recognized text@NotNull public java.lang.String getRawText()
The validated result of the scanning
@NotNull public java.lang.String getCountryCode()
The validated result of the scanning
@NotNull public java.lang.String getLicensePlate()
The validated result of the scanning
public double getConfidence()
The confidence of the recognized text
@NotNull public java.lang.String component1()
The validated result of the scanning
@NotNull public java.lang.String component2()
The validated result of the scanning
@NotNull public java.lang.String component3()
The validated result of the scanning
public double component4()
The confidence of the recognized text
@NotNull public LicensePlateScannerResult copy(@NotNull java.lang.String rawText, @NotNull java.lang.String countryCode, @NotNull java.lang.String licensePlate, double confidence)
Defines a result of the license plate scanning flow
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)