Group
Show / Hide Table of Contents

Class LangDescription

The description in the particular language.

Inheritance
System.Object
LangDescription
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.DataEnrichment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class LangDescription

Properties

| Improve this Doc View Source

Description

The description in the particular language.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsoCode

The ISO code for the language of the description.

Declaration
public string IsoCode { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾