MedicalCertificateScanningResult

constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(scanningSuccessful: Boolean = false, patientInfoBox: MedicalCertificatePatientInfoBox, checkBoxes: List<MedicalCertificateCheckBox>, dates: List<MedicalCertificateDateRecord>, formType: MedicalCertificateFormType = MedicalCertificateFormType.UNKNOWN, clockwiseRotations: Int = 0, croppedImage: ImageRef? = null, scaleX: Double = 1.0, scaleY: Double = 1.0, documentDetectionResult: DocumentDetectionResult?)