Class LangDescription
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
The description in the particular language.
public class LangDescription
- Inheritance
-
LangDescription
- Inherited Members
Properties
Description
The description in the particular language.
public string Description { get; set; }
Property Value
IsoCode
The ISO code for the language of the description.
public string IsoCode { get; set; }