Interface RecognizeMedicalCertificateResult

interface RecognizeMedicalCertificateResult {
    checkboxes: MedicalCertificateCheckboxesInfo;
    dates: MedicalCertificateDatesInfo;
    formType: MedicalCertificateFormType;
    imageFileUri?: string;
    patientData: MedicalCertificatePatientDataInfo;
}

Hierarchy (view full)

Properties

The extracted checkboxes data. It contains information about the medical form checkboxes type and whether they are checked or not.

The extracted dates data

The Medical Certificate Form Type

imageFileUri?: string

Image file URI of the captured Medical Certificate

The extracted patient data