- Namespace
- ScanbotSDK.MAUI.DocumentDataExtractor
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentDataExtractorIntroScreenConfiguration
- Inheritance
-
DocumentDataExtractorIntroScreenConfiguration
- Inherited Members
-
Constructors
public DocumentDataExtractorIntroScreenConfiguration()
Properties
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
public DocumentDataExtractorIntroImage Image { get; set; }
Property Value
- DocumentDataExtractorIntroImage
public bool ShowAutomatically { get; set; }
Property Value
- bool
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
public static DocumentDataExtractorIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- DocumentDataExtractorIntroScreenConfiguration
public static DocumentDataExtractorIntroScreenConfiguration FromNative(DocumentDataExtractorIntroScreenConfiguration source)
Parameters
source
DocumentDataExtractorIntroScreenConfiguration
Returns
- DocumentDataExtractorIntroScreenConfiguration
public static DocumentDataExtractorIntroScreenConfiguration FromNative(SBSDKUI2DocumentDataExtractorIntroScreenConfiguration source)
Parameters
source
SBSDKUI2DocumentDataExtractorIntroScreenConfiguration
Returns
- DocumentDataExtractorIntroScreenConfiguration
public DocumentDataExtractorIntroScreenConfiguration ToNative()
Returns
- DocumentDataExtractorIntroScreenConfiguration