public class MRZField
Recognized MRZ field
@JvmField @NotNull public java.lang.String value
@JvmField public double averageRecognitionConfidence
@JvmField @NotNull public MRZFieldName name
public static io.scanbot.mrzscanner.model.MRZField.Companion Companion
public MRZField(@NotNull
java.lang.String value,
double averageRecognitionConfidence,
@NotNull
MRZFieldName name)
Recognized MRZ field
public MRZField(@NotNull
MRZFieldName name)
public MRZField(int name,
@NotNull
java.lang.String value,
double confidenceValue)
@NotNull public java.lang.String component1()
public double component2()
@NotNull public MRZFieldName component3()
@NotNull public MRZField copy(@NotNull java.lang.String value, double averageRecognitionConfidence, @NotNull MRZFieldName name)
Recognized MRZ field
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)