Class TranslationModelMatrixEntry
Inheritance
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 |
---|---|
Int32 |
TargetKey
Declaration
public int TargetKey { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
Double |