Class BasicProfession
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
A profession ID/description from the Professions Taxonomy
public class BasicProfession
- Inheritance
-
BasicProfession
- Derived
- Inherited Members
Properties
CodeId
The unique code ID of the profession in the Professions Taxonomy.
public int CodeId { get; set; }
Property Value
Description
The description of the profession in the desired language.
public string Description { get; set; }