Class AcknowledgementScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class AcknowledgementScreenConfiguration
- Inheritance
-
AcknowledgementScreenConfiguration
- Inherited Members
-
Constructors
AcknowledgementScreenConfiguration()
public AcknowledgementScreenConfiguration()
Properties
AcknowledgementMode
public AcknowledgementMode AcknowledgementMode { get; set; }
Property Value
- AcknowledgementMode
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
BottomBar
public AcknowledgementBottomBar BottomBar { get; set; }
Property Value
- AcknowledgementBottomBar
DocumentNotFoundWarning
public AcknowledgementDocumentQualityWarning DocumentNotFoundWarning { get; set; }
Property Value
- AcknowledgementDocumentQualityWarning
TopBarTitle
public StyledText TopBarTitle { get; set; }
Property Value
- StyledText
UnacceptableQualityWarning
public AcknowledgementDocumentQualityWarning UnacceptableQualityWarning { get; set; }
Property Value
- AcknowledgementDocumentQualityWarning
UncertainQualityWarning
public AcknowledgementDocumentQualityWarning UncertainQualityWarning { get; set; }
Property Value
- AcknowledgementDocumentQualityWarning
Methods
FromJson(string)
public static AcknowledgementScreenConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- AcknowledgementScreenConfiguration