Group
Show / Hide Table of Contents

Class GetSkillsTaxonomyResponseValue

The Value from a 'GetSkillsTaxonomy' response

Inheritance
System.Object
Taxonomy
GetSkillsTaxonomyResponseValue
Inherited Members
Taxonomy.CsvOutput
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.Skills.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class GetSkillsTaxonomyResponseValue : Taxonomy

Properties

| Improve this Doc View Source

Skills

A list of skills objects.

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