Class PostTranslationResultForLang
Encapsulates the result of a post translation analysis operation for a single target language.
Syntax
public class PostTranslationResultForLang
Fields
ByDocument
The counts per document, detailed by users. The array holds and element for each document.
Declaration
public PostTransAnalysisReportForDocument[] ByDocument
Type
PostTransAnalysisReportForDocument[]ByUser
The counts per user. The array holds a single element for each translator user in the project who has translated at least one row in this language.
Declaration
public PostTransAnalysisReportForUser[] ByUser
Type
PostTransAnalysisReportForUser[]Summary
Summary of the counts in this language.
Declaration
public PostTransAnalysisReportItem Summary
Type
PostTransAnalysisReportItemTargetLangCode
The target language this report is for.
Declaration
public string TargetLangCode