
com.textkernel.tx.models.api.dataenrichment.ontology.response.ProfessionExclusiveSkills Maven / Gradle / Ivy
package com.textkernel.tx.models.api.dataenrichment.ontology.response;
import java.util.List;
/** An exclusive skill per profession. */
public class ProfessionExclusiveSkills {
/** The code ID of the profession in the Professions Taxonomy. */
public int ProfessionCodeId;
/** A list of skills that are relative to this profession, but not the other. */
public List SkillsFoundOnlyInThisProfession;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy