Class TranslationModelTuMatrixRequest
Inheritance
System.Object
TranslationModelTuMatrixRequest
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> |
|