All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.textkernel.tx.models.dataenrichment.BasicProfession Maven / Gradle / Ivy

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy