Class AlignedPhrase
Inheritance
AlignedPhrase
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class AlignedPhrase
Constructors
AlignedPhrase(int, int, int, int, float)
Declaration
public AlignedPhrase(int srcStartPosition, int srcLength, int trgStartPosition, int trgLength, float association)
Parameters
Type |
Name |
Description |
int |
srcStartPosition |
|
int |
srcLength |
|
int |
trgStartPosition |
|
int |
trgLength |
|
float |
association |
|
Properties
Association
Declaration
public float Association { get; }
Property Value
SrcLength
Declaration
public int SrcLength { get; }
Property Value
SrcStartPosition
Declaration
public int SrcStartPosition { get; }
Property Value
TrgLength
Declaration
public int TrgLength { get; }
Property Value
TrgStartPosition
Declaration
public int TrgStartPosition { get; }
Property Value