public class NativeLicensePlateScanResult
Recognition result of license plate scanner
public NativeLicensePlateScanResult(@NotNull
java.lang.String countryCode,
@NotNull
java.lang.String licensePlate,
@NotNull
java.lang.String rawString,
double confidenceValue,
boolean validationSuccessful,
@Nullable
android.graphics.Bitmap croppedImage)
Recognition result of license plate scanner
countryCode - country code of license platelicensePlate - number on license platerawString - raw detected textconfidenceValue - confidence of the recognitionvalidationSuccessful - if the recognition and validation was successfulcroppedImage - the part of the image which was scanned for the license plate (optional)@NotNull public java.lang.String getCountryCode()
country code of license plate
@NotNull public java.lang.String getLicensePlate()
number on license plate
@NotNull public java.lang.String getRawString()
raw detected text
public double getConfidenceValue()
confidence of the recognition
public boolean getValidationSuccessful()
if the recognition and validation was successful
@Nullable public android.graphics.Bitmap getCroppedImage()
the part of the image which was scanned for the license plate
(optional)
@NotNull public java.lang.String component1()
country code of license plate
@NotNull public java.lang.String component2()
number on license plate
@NotNull public java.lang.String component3()
raw detected text
public double component4()
confidence of the recognition
public boolean component5()
if the recognition and validation was successful
@Nullable public android.graphics.Bitmap component6()
the part of the image which was scanned for the license plate
(optional)
@NotNull public NativeLicensePlateScanResult copy(@NotNull java.lang.String countryCode, @NotNull java.lang.String licensePlate, @NotNull java.lang.String rawString, double confidenceValue, boolean validationSuccessful, @Nullable android.graphics.Bitmap croppedImage)
Recognition result of license plate scanner
countryCode - country code of license platelicensePlate - number on license platerawString - raw detected textvalidationSuccessful - if the recognition and validation was successfulconfidenceValue - confidence of the recognitioncroppedImage - the part of the image which was scanned for the license plate (optional)@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)