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
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; }