Table of Contents

Class DocumentDataExtractorConfiguration

Namespace
ScanbotSDK.MAUI.Core.DocumentData
Assembly
DocumentSDK.MAUI.dll
public class DocumentDataExtractorConfiguration
Inheritance
DocumentDataExtractorConfiguration
Inherited Members

Constructors

DocumentDataExtractorConfiguration()

public DocumentDataExtractorConfiguration()

Properties

Configurations

public DocumentDataExtractorConfigurationElement[] Configurations { get; set; }

Property Value

DocumentDataExtractorConfigurationElement[]

DocumentTrustMode

public DocumentTrustMode DocumentTrustMode { get; set; }

Property Value

DocumentTrustMode

FieldExcludeList

public string[] FieldExcludeList { get; set; }

Property Value

string[]

ProcessingMode

public ProcessingMode ProcessingMode { get; set; }

Property Value

ProcessingMode

ResultAccumulationConfig

public ResultAccumulationConfiguration ResultAccumulationConfig { get; set; }

Property Value

ResultAccumulationConfiguration

ReturnCrops

public bool ReturnCrops { get; set; }

Property Value

bool

Methods

FromJson(string)

public static DocumentDataExtractorConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentDataExtractorConfiguration