Table of Contents

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

List<ProfessionGroup>

Id

Id of the related profession.

public string Id { get; set; }

Property Value

string

Name

Name of the related profession.

public string Name { get; set; }

Property Value

string

Percent

Percent of overall document that relates to this profession.

public int Percent { get; set; }

Property Value

int