Table of Contents

Class DocumentDataExtractorConfigurationElement

Namespace
ScanbotSDK.MAUI.Core.DocumentData
Assembly
DocumentSDK.MAUI.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(DateValidationConfiguration), "DateValidationConfiguration")]
[JsonDerivedType(typeof(DeAddressParserConfiguration), "DeAddressParserConfiguration")]
[JsonDerivedType(typeof(EuropeanHealthInsuranceCardConfiguration), "EuropeanHealthInsuranceCardConfiguration")]
[JsonDerivedType(typeof(MrzFallbackConfiguration), "MRZFallbackConfiguration")]
[JsonDerivedType(typeof(AutoFocusConfiguration), "AutoFocusConfiguration")]
[JsonDerivedType(typeof(GlareDetectionConfiguration), "GlareDetectionConfiguration")]
[JsonDerivedType(typeof(DocumentDataExtractorCommonConfiguration), "DocumentDataExtractorCommonConfiguration")]
public class DocumentDataExtractorConfigurationElement
Inheritance
DocumentDataExtractorConfigurationElement
Derived
Inherited Members

Constructors

DocumentDataExtractorConfigurationElement()

public DocumentDataExtractorConfigurationElement()

Methods

FromJson(string)

public static DocumentDataExtractorConfigurationElement FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentDataExtractorConfigurationElement