Group
Show / Hide Table of Contents

Class Skill

A skill from the Skills Taxonomy

Inheritance
System.Object
Skill
SkillAndConfidence
SkillMultipleDescriptions
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.DataEnrichment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Skill

Properties

| Improve this Doc View Source

Description

The description of the skill in the requested language.

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

Id

The ID of the skill in the taxonomy.

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

IsoCode

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

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

Type

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

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
☀
☾