Class SuggestProfessionsWarnings
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
- Assembly
- Textkernel.Tx.SDK.dll
Warnings when trying to suggest professions from skills
public class SuggestProfessionsWarnings
- Inheritance
-
SuggestProfessionsWarnings
- Inherited Members
Properties
InvalidSkills
A list of warnings about provided skills that are invalid.
public List<string> InvalidSkills { get; set; }
Property Value
SkillsWithoutProfessionRelation
A list of warnings about provided skills that do not have a profession relation.
public List<string> SkillsWithoutProfessionRelation { get; set; }