Class TranslationModelMatrixEntry
Inherited Members
Namespace: SdlSdl.CoreFineGrainedAlignmentModel
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelMatrixEntry
Constructors
TranslationModelMatrixEntry()
Declaration
public TranslationModelMatrixEntry()
Properties
SourceKey
Declaration
public int SourceKey { get; set; }
Property Value
Type | Description |
---|---|
int |
TargetKey
Declaration
public int TargetKey { get; set; }
Property Value
Type | Description |
---|---|
int |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |