Group
Show / Hide Table of Contents

Class ProfessionNormalizationVersions

Versions to use when normalizing professions if more than one is available for a taxonomy

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

Properties

| Improve this Doc View Source

ONET

The ONET Version to use when normalizing Professions. Defaults to ONET2010

Declaration
[JsonConverter(typeof(EnumMemberConverter<ONETVersion>))]
public ONETVersion ONET { get; set; }
Property Value
Type Description
ONETVersion
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾