Search Results for

    Show / Hide Table of Contents

    Class TranslationModelTuMatrixRequest

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

    Constructors

    TranslationModelTuMatrixRequest(HashSet<Int32>, HashSet<Int32>)

    Declaration
    public TranslationModelTuMatrixRequest(HashSet<int> sourceKeys, HashSet<int> targetKeys)
    Parameters
    Type Name Description
    System.Collections.Generic.HashSet<System.Int32> sourceKeys
    System.Collections.Generic.HashSet<System.Int32> targetKeys

    Properties

    SourceKeys

    Declaration
    public HashSet<int> SourceKeys { get; }
    Property Value
    Type Description
    System.Collections.Generic.HashSet<System.Int32>

    TargetKeys

    Declaration
    public HashSet<int> TargetKeys { get; }
    Property Value
    Type Description
    System.Collections.Generic.HashSet<System.Int32>

    On this page

    • Constructors
      • TranslationModelTuMatrixRequest(HashSet<Int32>, HashSet<Int32>)
    • Properties
      • SourceKeys
      • TargetKeys
    Back to top Generated by DocFX