Table of Contents

Class ParsingNormalizedProfession

Namespace
Textkernel.Tx.Models.Resume.Employment
Assembly
Textkernel.Tx.SDK.dll

Normalized profession related to a specific job title.

public class ParsingNormalizedProfession
Inheritance
ParsingNormalizedProfession
Inherited Members

Properties

Class

The object of the class to which the profession concept belongs.

public ProfessionClassification<int> Class { get; set; }

Property Value

ProfessionClassification<int>

Confidence

Overall confidence that the input job title was normalized to the correct profession concept

public float Confidence { get; set; }

Property Value

float

Group

The object of the group to which the profession concept belongs.

public ProfessionClassification<int> Group { get; set; }

Property Value

ProfessionClassification<int>

ISCO

The object of the ISCO profession concept

public VersionedNormalizedProfessionClassification<int> ISCO { get; set; }

Property Value

VersionedNormalizedProfessionClassification<int>

ONET

The object of the ONET profession concept

public VersionedNormalizedProfessionClassification<string> ONET { get; set; }

Property Value

VersionedNormalizedProfessionClassification<string>

Profession

Object containing the details of the profession concept.

public ProfessionClassification<int> Profession { get; set; }

Property Value

ProfessionClassification<int>