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

com.textkernel.tx.models.skills.ProfessionGroup Maven / Gradle / Ivy

package com.textkernel.tx.models.skills;

import java.util.List;

/** Profession Group that describes a percentage of the Profession Class. */
public class ProfessionGroup {

    
        /** Name of the profession group. */
        public String Name;

        /** Id of the profession group. */
        public String Id;

        /** Percent of overall document described by this profession group. All groups across all classes will add up to 100%.*/
        public int Percent;

        /** Array of normalized skills associated to this profession group. */
        public List NormalizedSkills;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy