Group
Show / Hide Table of Contents

Class GeocodeResumeResponseValue

The Value from a geocode resume response

Inheritance
System.Object
GeocodeResumeResponseValue
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 GeocodeResumeResponseValue

Properties

| Improve this Doc View Source

ResumeData

The resume you sent to be geocoded with geolocation coordinates added

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
☀
☾