Table of Contents

Class NormalizeSkillsResponseValue

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

The Value from a 'NormalizeSkills' response

public class NormalizeSkillsResponseValue
Inheritance
NormalizeSkillsResponseValue
Inherited Members

Properties

Skills

A list of skills objects.

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

Property Value

List<NormalizedSkill>