Class MedicalCertificateDetectorConfiguration
- Namespace
- ScanbotSDK.MAUI.MedicalCertificate
- Assembly
- DocumentSDK.MAUI.dll
public class MedicalCertificateDetectorConfiguration
- Inheritance
-
MedicalCertificateDetectorConfiguration
- Inherited Members
Properties
DetectDocument
public bool? DetectDocument { get; set; }
Property Value
- bool?
RecognizeBarcode
Enables the recognition of barcode data.
public bool? RecognizeBarcode { get; set; }
Property Value
- bool?
RecognizePatientInfo
Enables the recognition of patient information box data.
public bool? RecognizePatientInfo { get; set; }
Property Value
- bool?
ReturnCroppedDocumentImage
Determines whether the SDK should return a cropped document image or not.
public bool? ReturnCroppedDocumentImage { get; set; }
Property Value
- bool?