com.textkernel.tx.models.dataenrichment.BasicProfession 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;
/**
* A profession ID/description from the Professions Taxonomy.
*/
public class BasicProfession {
/**
* The unique code ID of the profession in the Professions Taxonomy.
*/
public Integer CodeId;
/**
* The description of the profession in the desired language.
*/
public String Description;
}