Class LqaRejectedSegmentsTaskResult
Result of an asynchronous LQA error list collection operation.
Inheritance
System.Object
LqaRejectedSegmentsTaskResult
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
System.Byte[]Report
Error lists for all the documents in the scope.
Declaration
public LqaRejectedSegmentsReport Report