Class LqaRejectedSegmentsTaskResult
Result of an asynchronous LQA error list collection operation.
Syntax
public class LqaRejectedSegmentsTaskResult : TaskResult
Fields
ExportData
UTF-8 encoded export of the LQA error list in CSV or HTML.
Declaration
public byte[] ExportData
Type
Byte[]Report
Error lists for all the documents in the scope.
Declaration
public LqaRejectedSegmentsReport Report