Class CheckRecognizerConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- DocumentSDK.MAUI.dll
- Inheritance
-
Check
Recognizer Configuration
- Inherited Members
Properties
AcceptedCheckStandards
Accepted check standards. Optional, by default - all checks are accepted. With an empty list no filter is applied and all checks are accepted.
Property Value
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.
Property Value
CameraOverlayColor
Background color outside of the finder window.
Property Value
CancelButtonTitle
Title of the cancel button.
Property Value
CaptureHighResolutionImage
Set high-resolution Check image capturing. If set to TRUE a high-resolution photo of the check is captured to run the recognition on. Upon successful recognition the recognition result also contains a high-resolution image of the check. If set to FALSE, the video frames will be used for recognition and result image delivery. The default value is TRUE.
Property Value
- bool?
EnableCameraButtonTitle
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
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.
Property Value
FinderAspectRatio
Aspect ratio of the finder window.
Property Value
FinderLineColor
Foreground color of the detection overlay.
Property Value
FinderLineWidth
Width of finder frame border. Default is 2.
Property Value
FlashButtonTitle
Title of the flash toggle button.
Property Value
FlashEnabled
Controls whether the flash should be initially enabled. The default value is FALSE.
Property Value
- bool?
OrientationLockMode
UI Interface orientation lock mode
Property Value
TopBarBackgroundColor
The background color of the top toolbar.
Property Value
TopBarButtonsActiveColor
The color of all active toggle buttons in the toolbar.
Property Value
TopBarButtonsInactiveColor
The color of all inactive toggle buttons in the toolbar.
Property Value
UserGuidanceBackgroundColor
The background color of the user guidance hints.
Property Value
UserGuidanceStringValues
Configuration that helps to override default hint values.
Property Value
UserGuidanceTextColor
The text color of the user guidance hints.