Class ParsedDeAddress.NormalizedFieldNames
- Namespace
- IO.Scanbot.Sdk.Documentdata.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/ParsedDeAddress$NormalizedFieldNames", DoNotGenerateAcw = true)]
public sealed class ParsedDeAddress.NormalizedFieldNames : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ParsedDeAddress.NormalizedFieldNames
- Implements
- Inherited Members
Fields
District
[Register("DISTRICT")]
public const string District = "ParsedDeAddress.District"
Field Value
DistrictAddition
[Register("DISTRICT_ADDITION")]
public const string DistrictAddition = "ParsedDeAddress.DistrictAddition"
Field Value
HouseNumber
[Register("HOUSE_NUMBER")]
public const string HouseNumber = "ParsedDeAddress.HouseNumber"
Field Value
PostalCode
[Register("POSTAL_CODE")]
public const string PostalCode = "ParsedDeAddress.PostalCode"
Field Value
StreetName
[Register("STREET_NAME")]
public const string StreetName = "ParsedDeAddress.StreetName"
Field Value
Properties
Instance
[Register("INSTANCE")]
public static ParsedDeAddress.NormalizedFieldNames Instance { get; }