Table of Contents

Class SuggestSkillsResponseValue

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

The Value from a 'SuggestSkills' response.

public class SuggestSkillsResponseValue
Inheritance
SuggestSkillsResponseValue
Inherited Members

Properties

SuggestedSkills

A list of skills related to the given professions or skills in the request.

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

Property Value

List<SkillScore>