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
Confidence
Overall confidence that the input job title was normalized to the correct profession concept
public float Confidence { get; set; }
Property Value
Group
The object of the group to which the profession concept belongs.
public ProfessionClassification<int> Group { get; set; }
Property Value
ISCO
The object of the ISCO profession concept
public VersionedNormalizedProfessionClassification<int> ISCO { get; set; }
Property Value
ONET
The object of the ONET profession concept
public VersionedNormalizedProfessionClassification<string> ONET { get; set; }
Property Value
Profession
Object containing the details of the profession concept.
public ProfessionClassification<int> Profession { get; set; }