Package io.scanbot.mcscanner.model
Class MedicalCertificateRecognizerResultInfo
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MedicalCertificateRecognizerResultInfo implements Parcelable
Structure to contain final results
-
-
Field Summary
Fields Modifier and Type Field Description public Bitmap
croppedImage
public final Boolean
recognitionSuccessful
public final PatientInfoBox
patientInfoBox
public final List<CheckBox>
checkboxes
public final List<DateRecord>
dates
public final McFormType
mcFormType
-
Constructor Summary
Constructors Constructor Description MedicalCertificateRecognizerResultInfo(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, Integer mcFormType, Bitmap croppedImage)
MedicalCertificateRecognizerResultInfo(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
MedicalCertificateRecognizerResultInfo
MedicalCertificateRecognizerResultInfo(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, Integer mcFormType, Bitmap croppedImage)
-
MedicalCertificateRecognizerResultInfo
MedicalCertificateRecognizerResultInfo(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType)
-
-
-
-