com.textkernel.tx.models.dataenrichment.LangDescription 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;
/**
* The description in thed particular language.
*/
public class LangDescription {
/**
* The ISO code for the language of the description.
*/
public String IsoCode;
/**
* The description in the particular language.
*/
public String Description;
}