Class MedicalCertificateRecognizerConfiguration
- Namespace
- ScanbotSDK.MAUI.MedicalCertificate
- Assembly
- DocumentSDK.MAUI.dll
public sealed class MedicalCertificateRecognizerConfiguration : MedicalCertificateRecognizerUserGuidance
- Inheritance
-
MedicalCertificateRecognizerConfiguration
- Inherited Members
Properties
CameraModule
Set supported camera module. Optional.By default is [CameraModule.Back] The enum type [CameraModule.BackWidest] is iOS only, It will be considered [CameraModule.Back] for Android.
public CameraModule? CameraModule { get; set; }
Property Value
CameraOverlayColor
Background color outside of the finder window.
public Color CameraOverlayColor { get; set; }
Property Value
CameraPreviewMode
Preview mode of the camera: fit-in or fill-in. Optional, default is [CameraPreviewMode.FillIn]
public CameraPreviewMode? CameraPreviewMode { get; set; }
Property Value
CancelButtonTitle
Title of the cancel button.
public string CancelButtonTitle { get; set; }
Property Value
EnableCameraButtonTitle
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
public string EnableCameraButtonTitle { get; set; }
Property Value
EnableCameraExplanationText
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
public string EnableCameraExplanationText { get; set; }
Property Value
ErrorDialog
Shows error message while scanning.
public DataScannerErrorDialog ErrorDialog { get; set; }
Property Value
FinderLineColor
Color of the finder window's outline
public Color FinderLineColor { get; set; }
Property Value
FinderLineWidth
Thickness of the finder window's outline.
public double? FinderLineWidth { get; set; }
Property Value
FlashEnabled
Controls whether the flash should be initially enabled. The default value is FALSE.
public bool? FlashEnabled { get; set; }
Property Value
- bool?
OrientationLockMode
Orientation lock mode of the camera: Portrait or Landscape. By default the camera orientation is not locked.
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
RecognizePatientInfo
Whether sdk should run recognition of Patient Information block.
public bool? RecognizePatientInfo { get; set; }
Property Value
- bool?
ReturnCroppedDocumentImage
Whether sdk should return cropped document image or not
public bool? ReturnCroppedDocumentImage { get; set; }
Property Value
- bool?
ShowFinderOverlay
Option to show or hide finder overlay.
public bool? ShowFinderOverlay { get; set; }
Property Value
- bool?
TopBarBackgroundColor
Background color of the top toolbar.
public Color TopBarBackgroundColor { get; set; }
Property Value
TopBarButtonsColor
Color of the titles of all buttons in the top toolbar.
public Color TopBarButtonsColor { get; set; }
Property Value
TopBarButtonsInactiveColor
Color of the titles of all buttons in the top toolbar.
public Color TopBarButtonsInactiveColor { get; set; }
Property Value
TouchToFocusEnabled
Controls whether the touch to focus feature should be enabled. Default is true
.
public bool? TouchToFocusEnabled { get; set; }
Property Value
- bool?
UseButtonsAllCaps
Controls whether buttons should use all capitals style.
public bool? UseButtonsAllCaps { get; set; }
Property Value
- bool?