Class Skill
- Namespace
- Textkernel.Tx.Models.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A skill listed in a resume or job
public abstract class Skill
- Inheritance
-
Skill
- Derived
- Inherited Members
Properties
ExistsInText
Whether or not this skill was found verbatim in the text
public bool ExistsInText { get; set; }
Property Value
Id
The Id of the skill
public string Id { get; set; }
Property Value
Name
The name of the skill
public string Name { get; set; }