Class AnalysisWithMTReport
Contains data of an analysis with MT report.
Inheritance
System.Object
AnalysisWithMTReport
Syntax
public class AnalysisWithMTReport
Properties
ResultsForTargetLangs
The array of analysis with MT results: the array has one element for each target language. If the operations finished with errors, the value is not defined.
Declaration
public AnalysisWithMTReportForLang[] ResultsForTargetLangs { get; set; }