Class StatisticsResultForLang
Encapsulates the result of a statistics operation for a single target language.
Inheritance
System.Object
StatisticsResultForLang
Syntax
public class StatisticsResultForLang
Fields
ResultData
The result in the requested format in Unicode encoding.
Declaration
public byte[] ResultData
Type
System.Byte[]TargetLangCode
The target language code for which ResultData holds data for.
Declaration
public string TargetLangCode
Type
System.StringProperties
AnalysisWithMTReportId
The ID of the analysis with MT report for the current target language, if the operation resulted in new analysis with MT report.
Declaration
public Guid? AnalysisWithMTReportId { get; set; }