Group
Show / Hide Table of Contents

Class JobTitles

Job titles found in a job description

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

Properties

| Improve this Doc View Source

JobTitle

All job titles found in the job description

Declaration
public List<string> JobTitle { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

MainJobTitle

The main/overall job title

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

NormalizedProfession

Normalized profession for the main job title.

Declaration
public ParsingNormalizedProfession NormalizedProfession { get; set; }
Property Value
Type Description
ParsingNormalizedProfession
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾