Class TextPatternScannerScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.TextPattern
- Assembly
- ScanbotSDK.Shared.dll
public class TextPatternScannerScreenConfiguration
- Inheritance
-
TextPatternScannerScreenConfiguration
- Inherited Members
-
Constructors
TextPatternScannerScreenConfiguration()
public TextPatternScannerScreenConfiguration()
Properties
ActionBar
public ActionBarConfiguration ActionBar { get; set; }
Property Value
- ActionBarConfiguration
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
CameraConfiguration
public CameraConfiguration CameraConfiguration { get; set; }
Property Value
- CameraConfiguration
CameraPermission
public CameraPermissionScreen CameraPermission { get; set; }
Property Value
- CameraPermissionScreen
ConfirmationAlertDialog
public ScanbotAlertDialog ConfirmationAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
ConfirmationAlertDialogEnabled
public bool ConfirmationAlertDialogEnabled { get; set; }
Property Value
- bool
FinderViewUserGuidance
public UserGuidanceConfiguration FinderViewUserGuidance { get; set; }
Property Value
- UserGuidanceConfiguration
IntroScreen
public TextPatternScannerIntroScreenConfiguration IntroScreen { get; set; }
Property Value
- TextPatternScannerIntroScreenConfiguration
KeepScreenOn
public bool KeepScreenOn { get; set; }
Property Value
- bool
Localization
public TextPatternScannerScreenTextLocalization Localization { get; set; }
Property Value
- TextPatternScannerScreenTextLocalization
Palette
public Palette Palette { get; set; }
Property Value
- Palette
ScannerConfiguration
public TextPatternScannerConfiguration ScannerConfiguration { get; set; }
Property Value
- TextPatternScannerConfiguration
Screen
public string Screen { get; set; }
Property Value
- string
ShouldShowWordBoxes
public bool ShouldShowWordBoxes { get; set; }
Property Value
- bool
Sound
public Sound Sound { get; set; }
Property Value
- Sound
SuccessOverlay
public ScanCompletionOverlay SuccessOverlay { get; set; }
Property Value
- ScanCompletionOverlay
TopBar
public TopBarConfiguration TopBar { get; set; }
Property Value
- TopBarConfiguration
TopBarOpenIntroScreenButton
public IconButton TopBarOpenIntroScreenButton { get; set; }
Property Value
- IconButton
TopUserGuidance
public UserGuidanceConfiguration TopUserGuidance { get; set; }
Property Value
- UserGuidanceConfiguration
Version
public string Version { get; set; }
Property Value
- string
Vibration
public Vibration Vibration { get; set; }
Property Value
- Vibration
ViewFinder
public PermanentViewFinderConfiguration ViewFinder { get; set; }
Property Value
- PermanentViewFinderConfiguration
WordBoxesFillColor
public ColorValue WordBoxesFillColor { get; set; }
Property Value
- ColorValue
WordBoxesLineColor
public ColorValue WordBoxesLineColor { get; set; }
Property Value
- ColorValue
Methods
FromJson(string)
public static TextPatternScannerScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- TextPatternScannerScreenConfiguration
ToNative()
public TextPatternScannerScreenConfiguration ToNative()
Returns
- TextPatternScannerScreenConfiguration