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
-
ITaxonomy<T>
- Derived
- Inherited Members
Properties
Id
The id of the skills taxonomy
public string Id { get; set; }
Property Value
Name
The human-readable name
public string Name { get; set; }
Property Value
PercentOfOverall
The percent (0-100) of skills found in the document that belong to this taxonomy
public int PercentOfOverall { get; set; }
Property Value
SubTaxonomies
The subtaxonomy children of this taxonomy (more specific groupings of skills)
public List<T> SubTaxonomies { get; set; }
Property Value
- List<T>