Interface MedicalCertificateCheckboxField

The Medical Certificate Checkbox Field

interface MedicalCertificateCheckboxField {
    confidence: number;
    isChecked: boolean;
}

Properties

confidence: number

Confidence in the accuracy of the recognition (from 0 to 100)

isChecked: boolean

true if the checkbox is checked, false otherwise