Class JobTitles
- Namespace
- Textkernel.Tx.Models.Job
- Assembly
- Textkernel.Tx.SDK.dll
Job titles found in a job description
public class JobTitles
- Inheritance
-
JobTitles
- Inherited Members
Properties
JobTitle
All job titles found in the job description
public List<string> JobTitle { get; set; }
Property Value
MainJobTitle
The main/overall job title
public string MainJobTitle { get; set; }
Property Value
NormalizedProfession
Normalized profession for the main job title.
public ParsingNormalizedProfession NormalizedProfession { get; set; }