Table of Contents

Class MedicalCertificateDetectorConfiguration

Namespace
ScanbotSDK.MAUI.MedicalCertificate
Assembly
DocumentSDK.MAUI.dll
public class MedicalCertificateDetectorConfiguration
Inheritance
MedicalCertificateDetectorConfiguration
Inherited Members

Properties

DetectDocument

iOS only property. Determines whether the SDK should detect the document image from the original image or not.

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?