Group
Show / Hide Table of Contents

Class GeocodeOptionsBase

Options for geocoding a document (specifying some location on Earth)

Inheritance
System.Object
GeocodeCredentials
GeocodeOptionsBase
GeocodeJobRequest
GeocodeOptions
GeocodeResumeRequest
Inherited Members
GeocodeCredentials.Provider
GeocodeCredentials.ProviderKey
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 GeocodeOptionsBase : GeocodeCredentials

Properties

| Improve this Doc View Source

GeoCoordinates

The geographic coordinates (latitude/longitude) for your postal address. Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed document. If provided, these values will be inserted into your parsed document and the address included in the parsed document (if present), will not be modified.

Declaration
public GeoCoordinates GeoCoordinates { get; set; }
Property Value
Type Description
GeoCoordinates
| Improve this Doc View Source

PostalAddress

The address you wish to geocode. This field is optional. If you specify this value, this address will be used to get the geocode coordinates instead of the address included in the parsed document (if present); however, the address in the parsed document will not be modified.

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