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
    LiftAlignedSpanPairSet

    Id

    Declaration
    AlignableContentPairId Id { get; }
    Property Value
    Type Description
    AlignableContentPairId

    SourceTokens

    Declaration
    List<Token> SourceTokens { get; }
    Property Value
    Type Description
    List<Token>

    TargetTokens

    Declaration
    List<Token> TargetTokens { get; }
    Property Value
    Type Description
    List<Token>

    TranslationModelDate

    Declaration
    DateTime? TranslationModelDate { get; set; }
    Property Value
    Type Description
    DateTime?
    In this article
    • Properties
      • AlignmentData
      • Id
      • SourceTokens
      • TargetTokens
      • TranslationModelDate
    Back to top Generated by DocFX