Table of Contents

Class ParsedDeAddress

Namespace
IO.Scanbot.Sdk.Documentdata.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class ParsedDeAddress : GenericDocumentWrapper
Inheritance
ParsedDeAddress
Inherited Members

Constructors

ParsedDeAddress(GenericDocument)

public ParsedDeAddress(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

public const string DocumentNormalizedType = "ParsedDeAddress"

Field Value

string

DocumentType

public const string DocumentType = "ParsedDeAddress"

Field Value

string

Properties

A

public TextFieldWrapper A { get; set; }

Property Value

TextFieldWrapper

B

public TextFieldWrapper B { get; set; }

Property Value

TextFieldWrapper

C

public TextFieldWrapper C { get; set; }

Property Value

TextFieldWrapper

D

public TextFieldWrapper D { get; set; }

Property Value

TextFieldWrapper

District

public TextFieldWrapper District { get; }

Property Value

TextFieldWrapper

DistrictAddition

public TextFieldWrapper DistrictAddition { get; }

Property Value

TextFieldWrapper

E

public TextFieldWrapper E { get; set; }

Property Value

TextFieldWrapper

HouseNumber

public TextFieldWrapper HouseNumber { get; }

Property Value

TextFieldWrapper

PostalCode

public TextFieldWrapper PostalCode { get; }

Property Value

TextFieldWrapper

StreetName

public TextFieldWrapper StreetName { get; }

Property Value

TextFieldWrapper