Group
Show / Hide Table of Contents

Class Address

An address used to geocode a document

Inheritance
System.Object
Address
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Geocoding
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Address

Properties

| Improve this Doc View Source

AddressLine

Street address

Declaration
public string AddressLine { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CountryCode

The 2-letter ISO 3166 country code

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Municipality

The City/Municipality/Town

Declaration
public string Municipality { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PostalCode

The Postal or Zip code

Declaration
public string PostalCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Region

The Region/District/State

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾