Group
Show / Hide Table of Contents

Class SuggestSkillsResponseValue

The Value from a 'SuggestSkills' response.

Inheritance
System.Object
SuggestSkillsResponseValue
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.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SuggestSkillsResponseValue

Properties

| Improve this Doc View Source

SuggestedSkills

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

Declaration
public List<SkillScore> SuggestedSkills { 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
☀
☾