Class ProfessionGroup
- Namespace
- Textkernel.Tx.Models.Skills
- Assembly
- Textkernel.Tx.SDK.dll
Profession Group that describes a percentage of the Profession Class.
public class ProfessionGroup
- Inheritance
-
ProfessionGroup
- Inherited Members
Properties
Id
Id of the profession group.
public string Id { get; set; }
Property Value
Name
Name of the profession group.
public string Name { get; set; }
Property Value
NormalizedSkills
Array of normalized skills associated to this profession group.
public List<string> NormalizedSkills { get; set; }
Property Value
Percent
Percent of overall document described by this profession group. All groups across all classes will add up to 100%.
public int Percent { get; set; }