Table of Contents

Class ParsedDeAddress

Namespace
IO.Scanbot.Sdk.Documentdata.Entity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/ParsedDeAddress", DoNotGenerateAcw = true)]
public sealed class ParsedDeAddress : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ParsedDeAddress
Implements
Inherited Members

Constructors

ParsedDeAddress(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public ParsedDeAddress(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "ParsedDeAddress"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "ParsedDeAddress"

Field Value

string

Properties

District

public TextFieldWrapper District { get; }

Property Value

TextFieldWrapper

DistrictAddition

public TextFieldWrapper DistrictAddition { get; }

Property Value

TextFieldWrapper

HouseNumber

public TextFieldWrapper HouseNumber { get; }

Property Value

TextFieldWrapper

PostalCode

public TextFieldWrapper PostalCode { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

StreetName

public TextFieldWrapper StreetName { get; }

Property Value

TextFieldWrapper