com.textkernel.tx.models.dataenrichment.Taxonomy 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.dataenrichment;
import com.textkernel.tx.models.api.dataenrichment.TaxonomyFormat;
/**
* Base class for Skills and Professions taxonomies
*/
public abstract class Taxonomy {
/**
* If {@link TaxonomyFormat#csv} is requested, this string will contain the csv formatted taxonomy output.
*/
public String CsvOutput;
}