Group
Show / Hide Table of Contents

Class SkillsSimilarityScoreRequest

Request body for a 'Skills Similarity Score' request

Inheritance
System.Object
SkillsSimilarityScoreRequest
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.DataEnrichment.Ontology.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SkillsSimilarityScoreRequest

Properties

| Improve this Doc View Source

SkillsA

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

Declaration
public List<SkillScore> SkillsA { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillScore>
| Improve this Doc View Source

SkillsB

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

Declaration
public List<SkillScore> SkillsB { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillScore>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾