Class SkillMultipleDescriptions
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
A skill object.
public class SkillMultipleDescriptions : Skill
- Inheritance
-
SkillMultipleDescriptions
- Inherited Members
Properties
Description
The description of the skill in the requested language.
NOTE: if multiple languages were requested, this is simply the first from Descriptions
public string Description { get; }
Property Value
Descriptions
A list of descriptions of the skill in all supported/requested languages.
public List<LangDescription> Descriptions { get; set; }