Class AnalysisWithMTReportForLang
Encapsulates the result of an analysis with MT operation for a single target language.
Inheritance
System.Object
AnalysisWithMTReportForLang
Syntax
public class AnalysisWithMTReportForLang
Properties
ByDocument
The counts per document. The array holds an element for each document.
Declaration
public AnalysisWithMTReportForDocument[] ByDocument { get; set; }
Summary
Summary of the counts in this language.
Declaration
public AnalysisWithMTReportItem Summary { get; set; }
TargetLangCode
The target language this report is for.
Declaration
public string TargetLangCode { get; set; }