Group
Show / Hide Table of Contents

Class JobTitle

A job title found in a resume

Inheritance
System.Object
JobTitle
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.Resume.Employment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class JobTitle

Properties

| Improve this Doc View Source

Normalized

The normalized job title

Declaration
[Obsolete("You should use Professions Normalization instead.")]
public string Normalized { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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

Declaration
public string Probability { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Raw

The raw text as it was found in the resume

Declaration
public string Raw { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Variations

Any variations of this job title that might be useful for matching

Declaration
[Obsolete("You should use Professions Normalization instead.")]
public List<string> Variations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾