Table of Contents

Class AutocompleteSkillsResponseValue

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

The Value from a 'AutocompleteSkills' response

public class AutocompleteSkillsResponseValue
Inheritance
AutocompleteSkillsResponseValue
Inherited Members

Properties

Skills

A list of skills based on the given Prefix.

public List<Skill> Skills { get; set; }

Property Value

List<Skill>