Group
Show / Hide Table of Contents

Class GeocodeAndIndexResponseValue

The Value from a geocode and index response

Inheritance
System.Object
GeocodeAndIndexResponseValue
GeocodeAndIndexJobResponseValue
GeocodeAndIndexResumeResponseValue
BaseParseResponseValue
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 GeocodeAndIndexResponseValue

Properties

| Improve this Doc View Source

GeocodeResponse

If geocoding was requested, the status of the geocode transaction will be output here

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

IndexingResponse

If indexing was requested, the status of the index transaction will be output here

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