Table of Contents

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

CameraModule?

CameraOverlayColor

Background color of the detection overlay.

public Color? CameraOverlayColor { get; set; }

Property Value

Color

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

string

DetectionStatusFailedDetectionText

String being displayed when health insurance card was not found.

public string DetectionStatusFailedDetectionText { get; set; }

Property Value

string

DetectionStatusFailedValidationText

String being displayed when health insurance card was found but not recognized.

public string DetectionStatusFailedValidationText { get; set; }

Property Value

string

DetectionStatusSuccessText

String being displayed when health insurance card was found and recognized.

public string DetectionStatusSuccessText { get; set; }

Property Value

string

EnableCameraButtonTitle

String being displayed on the button to request camera access.

public string EnableCameraButtonTitle { get; set; }

Property Value

string

EnableCameraExplanationText

String being displayed on the label describing the camera access requirement.

public string EnableCameraExplanationText { get; set; }

Property Value

string

FinderLineColor

Foreground color of the detection overlay.

public Color? FinderLineColor { get; set; }

Property Value

Color

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

string

FinderTextHintColor

Foreground color of the description label.

public Color? FinderTextHintColor { get; set; }

Property Value

Color

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

OrientationLockMode?

TopBarBackgroundColor

Background color of the top bar.

public Color? TopBarBackgroundColor { get; set; }

Property Value

Color

TopBarButtonsColor

Foreground color of the cancel button.

public Color? TopBarButtonsColor { get; set; }

Property Value

Color

TopBarButtonsInactiveColor

The color of the inactive flash button in the topBar

public Color TopBarButtonsInactiveColor { get; set; }

Property Value

Color

ValidationType

The type of health insurance card validation.

public HealthInsuranceCardValidationType? ValidationType { get; set; }

Property Value

HealthInsuranceCardValidationType?