Class Skill
A skill from the Skills Taxonomy
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 SourceDescription
The description of the skill in the requested language.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The ID of the skill in the taxonomy.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |