Search Results for

    Show / Hide Table of Contents

    Class TranslationModelTuMatrixRequest

    Inheritance
    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
    HashSet<Int32> sourceKeys
    HashSet<Int32> targetKeys

    Properties

    SourceKeys

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

    TargetKeys

    Declaration
    public HashSet<int> TargetKeys { get; }
    Property Value
    Type Description
    HashSet<Int32>
    In this article
    Back to top Generated by DocFX