Class LqaStatisticsTaskResult
Result of an asynchronous LQA report operation.
Syntax
public class LqaStatisticsTaskResult : TaskResult
Fields
ExportData
UTF-8 encoded export of the LQA Statistics report in CSV or HTML.
Declaration
public byte[] ExportData
Type
Byte[]Report
An LQA report for each document in the scope.
Declaration
public LqaStatisticsReport Report