Group
Show / Hide Table of Contents

Class GeocodeOptions

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

Inheritance
System.Object
GeocodeCredentials
GeocodeOptionsBase
GeocodeOptions
Inherited Members
GeocodeOptionsBase.PostalAddress
GeocodeOptionsBase.GeoCoordinates
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 GeocodeOptions : GeocodeOptionsBase

Properties

| Improve this Doc View Source

IncludeGeocoding

true to geocode, otherwise false

NOTE: if you set this to true, you should try/catch for TxUsableResumeException or TxUsableJobException that are thrown when parsing was successful but an error occured during geocoding

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