Class DocumentScannerConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.DocumentScanner
- Assembly
- DocumentSDK.MAUI.dll
public class DocumentScannerConfiguration
- Inheritance
-
DocumentScannerConfiguration
- Inherited Members
-
Constructors
DocumentScannerConfiguration()
public DocumentScannerConfiguration()
Properties
EngineMode
public DocumentScannerEngineMode EngineMode { get; set; }
Property Value
- DocumentScannerEngineMode
Parameters
public DocumentScannerParameters Parameters { get; set; }
Property Value
- DocumentScannerParameters
PartiallyVisibleDocumentConfiguration
public PartiallyVisibleDocumentConfiguration PartiallyVisibleDocumentConfiguration { get; set; }
Property Value
- PartiallyVisibleDocumentConfiguration
ProcessingMode
public ProcessingMode ProcessingMode { get; set; }
Property Value
- ProcessingMode
Methods
FromJson(string)
public static DocumentScannerConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- DocumentScannerConfiguration