Table of Contents

Class SkillsSimilarityScoreRequest

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Ontology.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for a 'Skills Similarity Score' request

public class SkillsSimilarityScoreRequest
Inheritance
SkillsSimilarityScoreRequest
Inherited Members

Properties

SkillsA

The skill IDs (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.

public List<SkillScore> SkillsA { get; set; }

Property Value

List<SkillScore>

SkillsB

The skill IDs (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.

public List<SkillScore> SkillsB { get; set; }

Property Value

List<SkillScore>