Class NormalizeSkillsResponseValue
The Value from a 'NormalizeSkills' response
Inheritance
System.Object
NormalizeSkillsResponseValue
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.Skills.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class NormalizeSkillsResponseValue
Properties
| Improve this Doc View SourceSkills
A list of skills objects.
Declaration
public List<NormalizedSkill> Skills { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NormalizedSkill> |