com.textkernel.tx.models.job.skills.JobNormalizedSkill Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-java Show documentation
Show all versions of tx-java Show documentation
The official Java SDK for the Textkernel Tx v10 API.
The newest version!
package com.textkernel.tx.models.job.skills;
import com.textkernel.tx.models.skills.NormalizedSkill;
/** Normalized skill concept representing one or more raw skills that were extracted. */
public class JobNormalizedSkill extends NormalizedSkill {
/** {@code true} if this skill was listed as 'required' on the job description*/
public boolean Required;
}