Table of Contents

Class ParsedDeAddress

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll

Parsed German Address part of the document

public class ParsedDeAddress : GenericDocumentWrapper
Inheritance
ParsedDeAddress
Inherited Members

Constructors

ParsedDeAddress(GenericDocument)

public ParsedDeAddress(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

District

District or city area corresponding to postal code

public Field? District { get; }

Property Value

Field

DistrictAddition

Additional information to district or city area (e.g. Ortsteil, Stadtteil)

public Field? DistrictAddition { get; }

Property Value

Field

HouseNumber

House number

public Field? HouseNumber { get; }

Property Value

Field

PostalCode

postal code

public Field? PostalCode { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

StreetName

Street name

public Field? StreetName { get; }

Property Value

Field