Class HealthInsuranceCardConfiguration
- Namespace
- ScanbotSDK.MAUI.EHIC
- Assembly
- DocumentSDK.MAUI.dll
public sealed class HealthInsuranceCardConfiguration
- Inheritance
-
HealthInsuranceCardConfiguration
- 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 of the detection overlay.
public Color? CameraOverlayColor { get; set; }
Property Value
CancelButtonHidden
Whether the cancel button is hidden or not.
public bool? CancelButtonHidden { get; set; }
Property Value
- bool?
CancelButtonTitle
String being displayed on the cancel button.
public string CancelButtonTitle { get; set; }
Property Value
DetectionStatusFailedDetectionText
String being displayed when health insurance card was not found.
public string DetectionStatusFailedDetectionText { get; set; }
Property Value
DetectionStatusFailedValidationText
String being displayed when health insurance card was found but not recognized.
public string DetectionStatusFailedValidationText { get; set; }
Property Value
DetectionStatusSuccessText
String being displayed when health insurance card was found and recognized.
public string DetectionStatusSuccessText { get; set; }
Property Value
EnableCameraButtonTitle
String being displayed on the button to request camera access.
public string EnableCameraButtonTitle { get; set; }
Property Value
EnableCameraExplanationText
String being displayed on the label describing the camera access requirement.
public string EnableCameraExplanationText { get; set; }
Property Value
FinderLineColor
Foreground color of the detection overlay.
public Color? FinderLineColor { get; set; }
Property Value
FinderLineWidth
Width of finder frame border. Default is 2.
public int? FinderLineWidth { get; set; }
Property Value
- int?
FinderTextHint
String being displayed as description.
public string FinderTextHint { get; set; }
Property Value
FinderTextHintColor
Foreground color of the description label.
public Color? FinderTextHintColor { 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
Allowed orientations for automatic interface rotations. *
public OrientationLockMode? OrientationLockMode { get; set; }
Property Value
TopBarBackgroundColor
Background color of the top bar.
public Color? TopBarBackgroundColor { get; set; }
Property Value
TopBarButtonsColor
Foreground color of the cancel button.
public Color? TopBarButtonsColor { get; set; }
Property Value
TopBarButtonsInactiveColor
The color of the inactive flash button in the topBar
public Color TopBarButtonsInactiveColor { get; set; }
Property Value
ValidationType
The type of health insurance card validation.
public HealthInsuranceCardValidationType? ValidationType { get; set; }