Search Results for

    Show / Hide Table of Contents

    Class TranslationModelMatrixEntry

    Inheritance
    System.Object
    TranslationModelMatrixEntry
    Namespace: Sdl.Core.FineGrainedAlignment.Model
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelMatrixEntry : Object

    Constructors

    TranslationModelMatrixEntry()

    Declaration
    public TranslationModelMatrixEntry()

    Properties

    SourceKey

    Declaration
    public int SourceKey { get; set; }
    Property Value
    Type Description
    System.Int32

    TargetKey

    Declaration
    public int TargetKey { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    On this page

    • Constructors
      • TranslationModelMatrixEntry()
    • Properties
      • SourceKey
      • TargetKey
      • Value
    Back to top Generated by DocFX