Table of Contents

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

List<string>

MainJobTitle

The main/overall job title

public string MainJobTitle { get; set; }

Property Value

string

NormalizedProfession

Normalized profession for the main job title.

public ParsingNormalizedProfession NormalizedProfession { get; set; }

Property Value

ParsingNormalizedProfession