Table of Contents

Class Skill

Namespace
Textkernel.Tx.Models.DataEnrichment
Assembly
Textkernel.Tx.SDK.dll

A skill from the Skills Taxonomy

public class Skill
Inheritance
Skill
Derived
Inherited Members

Properties

Description

The description of the skill in the requested language.

public string Description { get; set; }

Property Value

string

Id

The ID of the skill in the taxonomy.

public string Id { get; set; }

Property Value

string

IsoCode

The language ISO 639-1 code. This will only appear for language skills (Type = Language).

public string IsoCode { get; set; }

Property Value

string

Type

Type of skill. Possible values are Professional, IT, Language, Soft, or Certification (only when using v2 endpoints).

public string Type { get; set; }

Property Value

string