Class ResumeNormalizedSkill
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Normalized skill concept representing one or more raw skills that were extracted.
public class ResumeNormalizedSkill : NormalizedSkill
- Inheritance
-
ResumeNormalizedSkill
- Inherited Members
Properties
FoundIn
Array of objects denoting where in the document this skill was located.
public List<SectionIdentifier> FoundIn { get; set; }
Property Value
LastUsed
Describes the date the candidate last used the skill (derived from position dates). null if unknown.
public TxPrimitive<DateTime> LastUsed { get; set; }
Property Value
MonthsExperience
Describes the amount of experience a candidate has with this skill. null if unknown.
public TxPrimitive<int> MonthsExperience { get; set; }