public class DCPatientInfoField
Represents an item of the patient info
public static io.scanbot.dcscanner.model.DCPatientInfoField.Companion Companion
public DCPatientInfoField(@NotNull
DCPatientInfoFieldType patientInfoFieldType,
@NotNull
java.lang.String value,
double confidenceValue)
Represents an item of the patient info
public DCPatientInfoField(int patientInfoFieldType,
@NotNull
java.lang.String value,
double confidenceValue)
@NotNull public DCPatientInfoFieldType getPatientInfoFieldType()
@NotNull public java.lang.String getValue()
public double getConfidenceValue()
@NotNull public DCPatientInfoFieldType component1()
@NotNull public java.lang.String component2()
public double component3()
@NotNull public DCPatientInfoField copy(@NotNull DCPatientInfoFieldType patientInfoFieldType, @NotNull java.lang.String value, double confidenceValue)
Represents an item of the patient info
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)