Group
Show / Hide Table of Contents

Class SkillMultipleDescriptions

A skill object.

Inheritance
System.Object
Skill
SkillMultipleDescriptions
Inherited Members
Skill.Id
Skill.Type
Skill.IsoCode
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 SkillMultipleDescriptions : Skill

Properties

| Improve this Doc View Source

Description

The description of the skill in the requested language.
NOTE: if multiple languages were requested, this is simply the first from Descriptions

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

Descriptions

A list of descriptions of the skill in all supported/requested languages.

Declaration
public List<LangDescription> Descriptions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<LangDescription>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾