- Namespace
- ScanbotSDK.MAUI.Core.DocumentData
- Assembly
- DocumentSDK.MAUI.dll
public class DocumentDataExtractorConfiguration
- Inheritance
-
DocumentDataExtractorConfiguration
- Inherited Members
-
Constructors
public DocumentDataExtractorConfiguration()
Properties
public DocumentDataExtractorConfigurationElement[] Configurations { get; set; }
Property Value
- DocumentDataExtractorConfigurationElement[]
public DocumentTrustMode DocumentTrustMode { get; set; }
Property Value
- DocumentTrustMode
public string[] FieldExcludeList { get; set; }
Property Value
- string[]
public ProcessingMode ProcessingMode { get; set; }
Property Value
- ProcessingMode
public ResultAccumulationConfiguration ResultAccumulationConfig { get; set; }
Property Value
- ResultAccumulationConfiguration
public bool ReturnCrops { get; set; }
Property Value
- bool
Methods
public static DocumentDataExtractorConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- DocumentDataExtractorConfiguration