Class LqaRejectedSegment
Data about rejected LQA segments.
Inheritance
System.Object
LqaRejectedSegment
Syntax
public class LqaRejectedSegment
Fields
Rejections
Rejections in the segment.
Declaration
public List<LqaRejection> Rejections
Type
System.Collections.Generic.List<LqaRejection>RowNumber
Number of the row in which the error occured.
Declaration
public int RowNumber
Type
System.Int32SourceSegment
Source segment text.
Declaration
public string SourceSegment
Type
System.StringTargetSegment
Translated target segment test.
Declaration
public string TargetSegment