Class JobTitle
- Namespace
- Textkernel.Tx.Models.Resume.Employment
- Assembly
- Textkernel.Tx.SDK.dll
A job title found in a resume
public class JobTitle
- Inheritance
-
JobTitle
- Inherited Members
Properties
Normalized
The normalized job title
[Obsolete("You should use Professions Normalization instead.")]
public string Normalized { get; set; }
Property Value
Probability
The degree of certainty that the job title value is accurate. One of:
VeryUnlikely - recommend discarding
Unlikely - recommend discarding
Probable - recommend review
Confident - no action needed
public string Probability { get; set; }
Property Value
Raw
The raw text as it was found in the resume
public string Raw { get; set; }
Property Value
Variations
Any variations of this job title that might be useful for matching
[Obsolete("You should use Professions Normalization instead.")]
public List<string> Variations { get; set; }