Class GeocodeAndIndexJobResponseValue
The Value from a geocode and index response
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 GeocodeAndIndexJobResponseValue : GeocodeAndIndexResponseValue
Properties
| Improve this Doc View SourceJobData
The job you sent to be geocoded/indexed with geolocation coordinates added
Declaration
public ParsedJob JobData { get; set; }
Property Value
Type | Description |
---|---|
ParsedJob |