Group
Show / Hide Table of Contents

Class JobNormalizedSkill

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

Inheritance
System.Object
NormalizedSkill
JobNormalizedSkill
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.Job.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class JobNormalizedSkill : NormalizedSkill

Properties

| Improve this Doc View Source

Required

true if this skill was listed as 'required' on the job description

Declaration
public bool Required { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾