Class AlignedPhrase
Inheritance
System.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 |
System.Int32 |
srcStartPosition |
|
System.Int32 |
srcLength |
|
System.Int32 |
trgStartPosition |
|
System.Int32 |
trgLength |
|
System.Single |
association |
|
Properties
Association
Declaration
public float Association { get; }
Property Value
Type |
Description |
System.Single |
|
SrcLength
Declaration
public int SrcLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
SrcStartPosition
Declaration
public int SrcStartPosition { get; }
Property Value
Type |
Description |
System.Int32 |
|
TrgLength
Declaration
public int TrgLength { get; }
Property Value
Type |
Description |
System.Int32 |
|
TrgStartPosition
Declaration
public int TrgStartPosition { get; }
Property Value
Type |
Description |
System.Int32 |
|