Class LqaStatisticsReport
The report after running LQA.
Inheritance
System.Object
LqaStatisticsReport
Syntax
public class LqaStatisticsReport
Fields
AggregatedLqaStatisticsByModels
The summarized LQA statistics by LQA models.
Declaration
public Dictionary<Guid, AggregatedLqaStatistics> AggregatedLqaStatisticsByModels
Type
System.Collections.Generic.Dictionary<System.Guid, AggregatedLqaStatistics>DocumentsLqaStatistics
Report for each document (for all documents the operation is executed on).
Declaration
public DocumentLqaStatistics[] DocumentsLqaStatistics
Type
DocumentLqaStatistics[]ModelNames
Map model names to their GUID.
Declaration
public Dictionary<Guid, string> ModelNames
Type
System.Collections.Generic.Dictionary<System.Guid, System.String>ProjectLqaStatistics
The project information for the report.
Declaration
public ProjectLqaStatistics ProjectLqaStatistics