Class AlignedPhrase
Inheritance
Object
AlignedPhrase
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class AlignedPhrase : Object
Constructors
AlignedPhrase(Int32, Int32, Int32, Int32, Single)
Declaration
public AlignedPhrase(int srcStartPosition, int srcLength, int trgStartPosition, int trgLength, float association)
Parameters
Type |
Name |
Description |
Int32 |
srcStartPosition |
|
Int32 |
srcLength |
|
Int32 |
trgStartPosition |
|
Int32 |
trgLength |
|
Single |
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