Class SuggestProfessionsResponseValue
- Namespace
- Textkernel.Tx.Models.API.DataEnrichment.Ontology.Response
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a 'SuggestProfessions' response.
public class SuggestProfessionsResponseValue
- Inheritance
-
SuggestProfessionsResponseValue
- Inherited Members
Properties
SuggestedProfessions
A list of professions most relevant to the given skills.
public List<SuggestedProfession> SuggestedProfessions { get; set; }
Property Value
Warnings
Any warnings when attempting to suggest professions from the given skills.
public SuggestProfessionsWarnings Warnings { get; set; }