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