Class MedicalCertificateRecognizerResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MedicalCertificateRecognizerResult implements Parcelable
Defines a result of the Medical Certificate scanning flow.
-
-
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 MedicalCertificateRecognizerResult(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType, Bitmap croppedImage)
MedicalCertificateRecognizerResult(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
MedicalCertificateRecognizerResult
MedicalCertificateRecognizerResult(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType, Bitmap croppedImage)
-
MedicalCertificateRecognizerResult
MedicalCertificateRecognizerResult(Boolean recognitionSuccessful, PatientInfoBox patientInfoBox, List<CheckBox> checkboxes, List<DateRecord> dates, McFormType mcFormType)
-
-
-
-