Class StatisticsTaskResult
Result of an async statistics operation.
Syntax
public class StatisticsTaskResult : TaskResult
Fields
AnalysisReportId
The identifier of the analysis report, if the operation resulted in a new analysis report.
Declaration
public Guid? AnalysisReportId
Type
Nullable<Guid>ResultsForTargetLangs
The result of the statistic operation per each target language.
Declaration
public StatisticsResultForLang[] ResultsForTargetLangs