Class TranslationModelTuMatrixRequest
Inheritance
Object
TranslationModelTuMatrixRequest
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment.Model
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelTuMatrixRequest
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> |