
com.textkernel.tx.models.resume.skills.ResumeNormalizedSkill Maven / Gradle / Ivy
package com.textkernel.tx.models.resume.skills;
import java.time.LocalDate;
import java.util.List;
import com.textkernel.tx.models.TxPrimitive;
import com.textkernel.tx.models.resume.SectionIdentifier;
import com.textkernel.tx.models.skills.NormalizedSkill;
/** Normalized skill concept representing one or more raw skills that were extracted. */
public class ResumeNormalizedSkill extends NormalizedSkill {
/** Describes the amount of experience a candidate has with this skill*/
public TxPrimitive MonthsExperience;
/** Describes the date the candidate last used the skill (derived from position dates)*/
public TxPrimitive LastUsed;
/** Where the skill was found*/
public List FoundIn;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy