Class PostTranslationAnalysisTaskResult
Result of an async PTA reporting operation.
Syntax
public class PostTranslationAnalysisTaskResult : TaskResult
Fields
PTAReportId
The identifier of the PTA report, if the operation resulted in a new PTA report.
Declaration
public Guid? PTAReportId
Type
Nullable<Guid>ResultsForTargetLangs
The array of post translation analysis results: the array has one element for each target language.
Declaration
public PostTranslationResultForLang[] ResultsForTargetLangs