Group
Show / Hide Table of Contents

Class CategoryWeights

Weights for each category used in matching/scoring

Inheritance
System.Object
CategoryWeights
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.API.Matching
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class CategoryWeights

Properties

| Improve this Doc View Source

Certifications

The weight of the Certifications category relative to other categories.

Declaration
public double Certifications { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

CertificationsHasData

If false, the Certifications category has no data and should be ignored/hidden.

Declaration
public bool CertificationsHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Education

The weight of the Education category relative to other categories.

Declaration
public double Education { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

EducationHasData

If false, the Education category has no data and should be ignored/hidden.

Declaration
public bool EducationHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ExecutiveType

The weight of the ExecutiveType category relative to other categories.

Declaration
public double ExecutiveType { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ExecutiveTypeHasData

If false, the ExecutiveType category has no data and should be ignored/hidden.

Declaration
public bool ExecutiveTypeHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Industries

The weight of the Industries/Taxonomies category relative to other categories.

Declaration
public double Industries { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

IndustriesHasData

If false, the Industries/Taxonomies category has no data and should be ignored/hidden.

Declaration
public bool IndustriesHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

JobTitles

The weight of the JobTitles category relative to other categories.

Declaration
public double JobTitles { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

JobTitlesHasData

If false, the JobTitles category has no data and should be ignored/hidden.

Declaration
public bool JobTitlesHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Languages

The weight of the Languages category relative to other categories.

Declaration
public double Languages { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

LanguagesHasData

If false, the Languages category has no data and should be ignored/hidden.

Declaration
public bool LanguagesHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ManagementLevel

The weight of the ManagementLevel category relative to other categories.

Declaration
public double ManagementLevel { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ManagementLevelHasData

If false, the ManagementLevel category has no data and should be ignored/hidden.

Declaration
public bool ManagementLevelHasData { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Skills

The weight of the Skills category relative to other categories.

Declaration
public double Skills { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

SkillsHasData

If false, the Skills category has no data and should be ignored/hidden.

Declaration
public bool SkillsHasData { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾