Group
Show / Hide Table of Contents

Class FoundTaxonomy<T>

A container to group similar skills subtaxonomies (see SubTaxonomy)

Inheritance
System.Object
FoundTaxonomy<T>
JobTaxonomy
ResumeTaxonomy
Implements
ITaxonomy<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class FoundTaxonomy<T> : ITaxonomy<T>
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Id

The id of the skills taxonomy

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The human-readable name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PercentOfOverall

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

Declaration
public int PercentOfOverall { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SubTaxonomies

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

Declaration
public List<T> SubTaxonomies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<T>

Implements

ITaxonomy<T>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾