Group
Show / Hide Table of Contents

Class GeocodeAndIndexResumeRequest

Request body for geocoding a document and then adding into an index

Inheritance
System.Object
GeocodeAndIndexRequest
GeocodeAndIndexResumeRequest
Inherited Members
GeocodeAndIndexRequest.IndexIfGeocodeFails
GeocodeAndIndexRequest.GeocodeOptions
GeocodeAndIndexRequest.IndexingOptions
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 GeocodeAndIndexResumeRequest : GeocodeAndIndexRequest

Properties

| Improve this Doc View Source

ResumeData

The resume you wish to be geocoded/indexed

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