HealthInsuranceCardScannerJsonConfiguration

data class HealthInsuranceCardScannerJsonConfiguration(var version: String? = null, var screen: String? = null, var cameraModule: JsonCameraModule? = null, var cameraOverlayColor: JsonColor? = null, var cancelButtonTitle: String? = null, var detectionStatusFailedDetectionText: String? = null, var detectionStatusFailedValidationText: String? = null, var detectionStatusSuccessText: String? = null, var enableCameraButtonTitle: String? = null, var enableCameraExplanationText: String? = null, var finderLineColor: JsonColor? = null, var finderLineWidth: Double? = null, var finderTextHint: String? = null, var finderTextHintColor: JsonColor? = null, var flashEnabled: Boolean? = null, var orientationLockMode: JsonOrientationLockMode? = null, var topBarBackgroundColor: JsonColor? = null, var topBarButtonsActiveColor: JsonColor? = null, var topBarButtonsInactiveColor: JsonColor? = null, var useButtonsAllCaps: Boolean? = null, var replaceCancelButtonWithIcon: Boolean? = null, var cameraPreviewMode: JsonCameraPreviewMode? = null, var touchToFocusEnabled: Boolean? = null, var recognizerParameters: JsonHealthInsuranceCardRecognizerParameters? = null) : Parcelable

Constructors

constructor(version: String? = null, screen: String? = null, cameraModule: JsonCameraModule? = null, cameraOverlayColor: JsonColor? = null, cancelButtonTitle: String? = null, detectionStatusFailedDetectionText: String? = null, detectionStatusFailedValidationText: String? = null, detectionStatusSuccessText: String? = null, enableCameraButtonTitle: String? = null, enableCameraExplanationText: String? = null, finderLineColor: JsonColor? = null, finderLineWidth: Double? = null, finderTextHint: String? = null, finderTextHintColor: JsonColor? = null, flashEnabled: Boolean? = null, orientationLockMode: JsonOrientationLockMode? = null, topBarBackgroundColor: JsonColor? = null, topBarButtonsActiveColor: JsonColor? = null, topBarButtonsInactiveColor: JsonColor? = null, useButtonsAllCaps: Boolean? = null, replaceCancelButtonWithIcon: Boolean? = null, cameraPreviewMode: JsonCameraPreviewMode? = null, touchToFocusEnabled: Boolean? = null, recognizerParameters: JsonHealthInsuranceCardRecognizerParameters? = null)

Properties

Link copied to clipboard

The preferred camera module (default - BACK)

Link copied to clipboard

Background color outside of the finder window.

Link copied to clipboard

Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only

Link copied to clipboard

Title of the cancel button.

Link copied to clipboard

String being displayed when health insurance card was not found.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Title of the button that opens the screen where the user can allow the usage of the camera by the app.

Link copied to clipboard

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.

Link copied to clipboard

Foreground color of the detection overlay.

Link copied to clipboard

Width of finder frame border. Default is 2.

Link copied to clipboard

String being displayed as description.

Link copied to clipboard

Foreground color of the description label.

Link copied to clipboard

Controls whether the flash should be initially enabled. The default value is FALSE.

Link copied to clipboard

UI Interface orientation lock mode

Link copied to clipboard

The live detection configuration parameters.

Link copied to clipboard

If true, replaces the cancel button in the top bar with a back arrow icon. The default value is FALSE. Android only.

Link copied to clipboard

The configuration object should be applied for this screen

Link copied to clipboard

The background color of the top toolbar.

Link copied to clipboard

The color of all active toggle buttons in the toolbar.

Link copied to clipboard

The color of all inactive toggle buttons in the toolbar.

Link copied to clipboard

Whether touch-to-focus is enabled on camera preview. Enabled by default. Android only.

Link copied to clipboard

Controls whether buttons should use all capitals style, as defined by the Android Material Design. Defaults to TRUE. Android only.

Link copied to clipboard

A version of the configuration object