com.textkernel.tx.models.skills.RawSkill 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.skills;
/** Skill exactly as it was found in the plain text of the document. */
public class RawSkill {
/** The name of the skill*/
public String Name;
}