Search Results for

    Show / Hide Table of Contents

    Interface IAlignableContentPair

    Namespace: Sdl.Core.FineGrainedAlignment
    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
    Type Description
    AlignableContentPairId

    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
    DateTime? TranslationModelDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    On this page

    • Properties
      • AlignmentData
      • Id
      • SourceTokens
      • TargetTokens
      • TranslationModelDate
    Back to top Generated by DocFX