Group
Show / Hide Table of Contents

Class ProfessionMultipleDescriptions

A skill object.

Inheritance
System.Object
BasicProfession
Profession
ProfessionMultipleDescriptions
Inherited Members
Profession.Group
Profession.Class
Profession.Onet
Profession.Isco
Profession.Onet2019
Profession.Kldb2020
Profession.UwvBoc
Profession.UkSoc2010
BasicProfession.CodeId
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 ProfessionMultipleDescriptions : Profession

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