Class DocumentLqaRejectedSegments
Rejected segments in a document.
Syntax
public class DocumentLqaRejectedSegments
Fields
Date
The creation date of the report.
Declaration
public string Date
Type
StringDocumentGuid
The GUID of the document.
Declaration
public Guid DocumentGuid
Type
GuidDocumentName
Document name with extension.
Declaration
public string DocumentName
Type
StringLQAModelName
The name of the LQA model belonging to the document.
Declaration
public string LQAModelName
Type
StringRejectedSegments
List of the LQA rejections in the document.
Declaration
public List<LqaRejectedSegment> RejectedSegments
Type
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
StringTranslator
The name of the translator.
Declaration
public string Translator