Class AlignedPhrase
Inheritance
System.Object
AlignedPhrase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class AlignedPhrase
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 |