Group
Show / Hide Table of Contents

Class NormalizedSkill

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

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

Properties

| Improve this Doc View Source

Id

Id of this skill in the skills taxonomy.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Name of the normalized skill.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RawSkills

Array of raw skills that were extracted that normalized to this skill.

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

Type

Type of skill. Possible values are Professional, IT, or Soft.

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