Table of Contents

Class DeAddressParserConfiguration

Namespace
ScanbotSDK.MAUI.Core.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.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

FromNative(DeAddressParserConfiguration)

public static DeAddressParserConfiguration FromNative(DeAddressParserConfiguration source)

Parameters

source DeAddressParserConfiguration

Returns

DeAddressParserConfiguration

FromNative(SBSDKDeAddressParserConfiguration)

public static DeAddressParserConfiguration FromNative(SBSDKDeAddressParserConfiguration source)

Parameters

source SBSDKDeAddressParserConfiguration

Returns

DeAddressParserConfiguration

ToNative()

public override DeAddressParserConfiguration ToNative()

Returns

DeAddressParserConfiguration