Class LqaStatisticsReport
The report after running LQA.
Syntax
public class LqaStatisticsReport
Fields
AggregatedLqaStatisticsByModels
The summarized LQA statistics by LQA models.
Declaration
public Dictionary<Guid, AggregatedLqaStatistics> AggregatedLqaStatisticsByModels
Type
Dictionary<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
Dictionary<Guid, String>ProjectLqaStatistics
The project information for the report.
Declaration
public ProjectLqaStatistics ProjectLqaStatistics