Table of Contents

Class ProfessionMultipleDescriptions

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

A skill object.

public class ProfessionMultipleDescriptions : Profession
Inheritance
ProfessionMultipleDescriptions
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

string

Descriptions

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

public List<LangDescription> Descriptions { get; set; }

Property Value

List<LangDescription>