Table of Contents

Class GeocodeOptions

Namespace
Textkernel.Tx.Models.API.Geocoding
Assembly
Textkernel.Tx.SDK.dll

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

public class GeocodeOptions : GeocodeOptionsBase
Inheritance
GeocodeOptions
Inherited Members

Properties

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

public bool IncludeGeocoding { get; set; }

Property Value

bool