Group
Show / Hide Table of Contents

Class ResumeNormalizedSkill

Normalized skill concept representing one or more raw skills that were extracted.

Inheritance
System.Object
NormalizedSkill
ResumeNormalizedSkill
Inherited Members
NormalizedSkill.Name
NormalizedSkill.Id
NormalizedSkill.Type
NormalizedSkill.RawSkills
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.Resume.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResumeNormalizedSkill : NormalizedSkill

Properties

| Improve this Doc View Source

FoundIn

Array of objects denoting where in the document this skill was located.

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

LastUsed

Describes the date the candidate last used the skill (derived from position dates). null if unknown.

Declaration
public TxPrimitive<DateTime> LastUsed { get; set; }
Property Value
Type Description
TxPrimitive<System.DateTime>
| Improve this Doc View Source

MonthsExperience

Describes the amount of experience a candidate has with this skill. null if unknown.

Declaration
public TxPrimitive<int> MonthsExperience { get; set; }
Property Value
Type Description
TxPrimitive<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾