public class DisabilityCertificateRecognizerResultInfo
Structure to contain final results
@JvmField @Nullable public android.graphics.Bitmap debugImage
Internal field, do not use.
@JvmField public boolean recognitionSuccessful
Defines whether recognition was successful
@JvmField @NotNull public DisabilityCertificateInfoBox patientInfoBox
Patient info box
@JvmField @NotNull public java.util.List<io.scanbot.dcscanner.model.DisabilityCertificateInfoBox> checkboxes
Vector of found checkboxes
@JvmField @NotNull public java.util.List<io.scanbot.dcscanner.model.DateRecord> dates
Vector of validated dates
@JvmField @NotNull public DisabilityCertificateIntention intention
Certificate intention
@JvmField @NotNull public DisabilityCertificateInsuredPersonType insuredPersonType
Type of insured person
@JvmField @NotNull public java.util.List<io.scanbot.dcscanner.model.DCPatientInfoField> patientInfoFields
Information about the patient
@JvmField @NotNull public DCFormType dcFormType
Type of DC form
public static io.scanbot.dcscanner.model.DisabilityCertificateRecognizerResultInfo.Companion Companion
public DisabilityCertificateRecognizerResultInfo(boolean recognitionSuccessful,
@NotNull
DisabilityCertificateInfoBox patientInfoBox,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DisabilityCertificateInfoBox> checkboxes,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DateRecord> dates,
@NotNull
DisabilityCertificateIntention intention,
@NotNull
DisabilityCertificateInsuredPersonType insuredPersonType,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DCPatientInfoField> patientInfoFields,
@NotNull
DCFormType dcFormType)
Structure to contain final results
recognitionSuccessful - Defines whether recognition was successfulpatientInfoBox - Patient info boxcheckboxes - Vector of found checkboxesdates - Vector of validated datesintention - Certificate intentioninsuredPersonType - Type of insured personpatientInfoFields - Information about the patientdcFormType - Type of DC formpublic DisabilityCertificateRecognizerResultInfo(boolean recognitionSuccessful,
@NotNull
DisabilityCertificateInfoBox patientInfoBox,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DisabilityCertificateInfoBox> checkboxes,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DateRecord> dates,
int intention,
int insuredPersonType,
@NotNull
java.util.List<io.scanbot.dcscanner.model.DCPatientInfoField> patientInfoFields,
int dcFormType,
@Nullable
android.graphics.Bitmap debugImage)