Class DocumentScannerUserGuidance
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the hints guiding users through the scanning process.
public class DocumentScannerUserGuidance
- Inheritance
-
DocumentScannerUserGuidance
- Inherited Members
Properties
Background
Configure the background style for the user guidance hints.
public BackgroundStyle Background { get; set; }
Property Value
StatesTitles
Configure the titles of the user guidance hints for different states.
public UserGuidanceStates StatesTitles { get; set; }
Property Value
Title
Configure the text style for the user guidance hints.
public StyledText Title { get; set; }
Property Value
Visibility
Determines when the user guidance hints should be visible. Default is ENABLED
public UserGuidanceVisibility Visibility { get; set; }
Property Value
Methods
FromJson(string)
public static DocumentScannerUserGuidance FromJson(string rawJson)
Parameters
rawJson
string