Class AlignmentResultInfo
The result object describing an aligment process.
Syntax
public class AlignmentResultInfo : ResultInfo
Fields
AlignedSegments
The number of aligned segments (the number of entries in the TMX). Unspecified if the result is not success.
Declaration
public int AlignedSegments
Type
Int32TmxFileGuid
If the process completed succesfully it contains the guid of the resulting file which can be downloaded using IFileManagerService. Unspecified if the result is not success.
Declaration
public Guid TmxFileGuid
Type
GuidUnalignedSegmentsInSource
The number of unaligned segments in the source document. Unspecified if the result is not success.
Declaration
public int UnalignedSegmentsInSource
Type
Int32UnalignedSegmentsInTarget
The number of unaligned segments in the target document. Unspecified if the result is not success.
Declaration
public int UnalignedSegmentsInTarget