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
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
District
District or city area corresponding to postal code
public Field? District { get; }
Property Value
DistrictAddition
Additional information to district or city area (e.g. Ortsteil, Stadtteil)
public Field? DistrictAddition { get; }
Property Value
HouseNumber
House number
public Field? HouseNumber { get; }
Property Value
PostalCode
postal code
public Field? PostalCode { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
StreetName
Street name
public Field? StreetName { get; }