Group
Show / Hide Table of Contents

Class SuggestProfessionsWarnings

Warnings when trying to suggest professions from skills

Inheritance
System.Object
SuggestProfessionsWarnings
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 SuggestProfessionsWarnings

Properties

| Improve this Doc View Source

InvalidSkills

A list of warnings about provided skills that are invalid.

Declaration
public List<string> InvalidSkills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

SkillsWithoutProfessionRelation

A list of warnings about provided skills that do not have a profession relation.

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