Table of Contents

Class FoundTaxonomy<T>

Namespace
Textkernel.Tx.Models.Skills
Assembly
Textkernel.Tx.SDK.dll
public abstract class FoundTaxonomy<T> : ITaxonomy<T>

Type Parameters

T
Inheritance
FoundTaxonomy<T>
Implements
Derived
Inherited Members

Properties

Id

The id of the skills taxonomy

public string Id { get; set; }

Property Value

string

Name

The human-readable name

public string Name { get; set; }

Property Value

string

PercentOfOverall

The percent (0-100) of skills found in the document that belong to this taxonomy

public int PercentOfOverall { get; set; }

Property Value

int

SubTaxonomies

The subtaxonomy children of this taxonomy (more specific groupings of skills)

public List<T> SubTaxonomies { get; set; }

Property Value

List<T>