Table of Contents

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

string

Name

Name of the profession group.

public string Name { get; set; }

Property Value

string

NormalizedSkills

Array of normalized skills associated to this profession group.

public List<string> NormalizedSkills { get; set; }

Property Value

List<string>

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; }

Property Value

int