Class StatisticsResultForLang
Encapsulates the result of a statistics operation for a single target language.
Syntax
public class StatisticsResultForLang
Fields
ResultData
The result in the requested format in Unicode encoding.
Declaration
public byte[] ResultData
Type
Byte[]TargetLangCode
The target language code for which ResultData holds data for.
Declaration
public string TargetLangCode