com.textkernel.tx.models.dataenrichment.ProfessionClassification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-java Show documentation
Show all versions of tx-java Show documentation
The official Java SDK for the Textkernel Tx v10 API.
The newest version!
package com.textkernel.tx.models.dataenrichment;
/**
* Object representing a profession concept
*/
public class ProfessionClassification {
/**
* The code id of the profession concept.
*/
public T CodeId;
/**
* The description of the profession concept.
*/
public String Description;
}