Class DocumentLqaRejectedSegments
Rejected segments in a document.
Inheritance
System.Object
DocumentLqaRejectedSegments
Syntax
public class DocumentLqaRejectedSegments
Fields
Date
The creation date of the report.
Declaration
public string Date
Type
System.StringDocumentGuid
The GUID of the document.
Declaration
public Guid DocumentGuid
Type
System.GuidDocumentName
Document name with extension.
Declaration
public string DocumentName
Type
System.StringLQAModelName
The name of the LQA model belonging to the document.
Declaration
public string LQAModelName
Type
System.StringRejectedSegments
List of the LQA rejections in the document.
Declaration
public List<LqaRejectedSegment> RejectedSegments
Type
System.Collections.Generic.List<LqaRejectedSegment>Result
Result of checking the document against the pass criteria of the attached LQA model.
Declaration
public LQAResult Result
Type
LQAResultReviewer
The name of the reviewer, who rejected segments in the current translation.
Declaration
public string Reviewer
Type
System.StringTranslator
The name of the translator.
Declaration
public string Translator