Class GeocodeResumeResponseValue
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a geocode resume response
public class GeocodeResumeResponseValue
- Inheritance
-
GeocodeResumeResponseValue
- Inherited Members
Properties
ResumeData
The resume you sent to be geocoded with geolocation coordinates added
public ParsedResume ResumeData { get; set; }