Class ResumeRawSkill
- Namespace
- Textkernel.Tx.Models.Resume.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Skill exactly as it was found in the plain text of the document.
public class ResumeRawSkill : RawSkill
- Inheritance
-
ResumeRawSkill
- 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; }