Class VersionedProfessionClassification<T>
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
Object representing a profession concept with taxonomy version
public class VersionedProfessionClassification<T> : ProfessionClassification<T>
Type Parameters
T
- Inheritance
-
VersionedProfessionClassification<T>
- Inherited Members
Properties
Version
The version of the profession taxonomy
public string Version { get; set; }