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

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

package com.textkernel.tx.models.skills;

import java.util.List;

/** Profession Class that describes a percentage of the source document. */
public class ProfessionClass {
    
        /** Name of the related profession. */
        public String Name;

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

        /** Percent of overall document that relates to this profession. */
        public int Percent;

        /** Array of objects representing groups of professions. */
        public List Groups;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy