Interface IAlignableContentPair
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public interface IAlignableContentPair
Properties
AlignmentData
Declaration
LiftAlignedSpanPairSet AlignmentData { get; set; }
Property Value
Type |
Description |
Sdl.Core.FineGrainedAlignment.Core.LiftAlignedSpanPairSet |
|
Id
Declaration
AlignableContentPairId Id { get; }
Property Value
SourceTokens
Declaration
List<Token> SourceTokens { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Token> |
|
TargetTokens
Declaration
List<Token> TargetTokens { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Token> |
|
TranslationModelDate
Declaration
Nullable<DateTime> TranslationModelDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|