Class ProfessionClass
- Namespace
- Textkernel.Tx.Models.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Profession Class that describes a percentage of the source document.
public class ProfessionClass
- Inheritance
-
ProfessionClass
- Inherited Members
Properties
Groups
Array of objects representing groups of professions.
public List<ProfessionGroup> Groups { get; set; }
Property Value
Id
Id of the related profession.
public string Id { get; set; }
Property Value
Name
Name of the related profession.
public string Name { get; set; }
Property Value
Percent
Percent of overall document that relates to this profession.
public int Percent { get; set; }