Group
Show / Hide Table of Contents

Class BasicProfession

A profession ID/description from the Professions Taxonomy

Inheritance
System.Object
BasicProfession
Profession
Inherited Members
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 BasicProfession

Properties

| Improve this Doc View Source

CodeId

The unique code ID of the profession in the Professions Taxonomy.

Declaration
public int CodeId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Description

The description of the profession in the desired language.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾