Group
Show / Hide Table of Contents

Class GeocodeAndIndexJobResponseValue

The Value from a geocode and index response

Inheritance
System.Object
GeocodeAndIndexResponseValue
GeocodeAndIndexJobResponseValue
Inherited Members
GeocodeAndIndexResponseValue.GeocodeResponse
GeocodeAndIndexResponseValue.IndexingResponse
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 GeocodeAndIndexJobResponseValue : GeocodeAndIndexResponseValue

Properties

| Improve this Doc View Source

JobData

The job you sent to be geocoded/indexed with geolocation coordinates added

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