All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.textkernel.tx.models.dataenrichment.LangDescription Maven / Gradle / Ivy

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy