Table of Contents

Class DeAddressParserConfiguration

Namespace
ScanbotSDK.MAUI.Core.DocumentData
Assembly
DocumentSDK.MAUI.dll
public class DeAddressParserConfiguration : DocumentDataExtractorConfigurationElement
Inheritance
DeAddressParserConfiguration
Inherited Members

Constructors

DeAddressParserConfiguration()

public DeAddressParserConfiguration()

Properties

BinaryFileAddressDatabase

public string BinaryFileAddressDatabase { get; set; }

Property Value

string

DocumentTypes

[JsonRequired]
public string[] DocumentTypes { get; set; }

Property Value

string[]

Methods

FromJson(string)

public static DeAddressParserConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DeAddressParserConfiguration