Class AlignedPhrase
Inheritance
Object
AlignedPhrase
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
Int32 | srcStartPosition | |
Int32 | srcLength | |
Int32 | trgStartPosition | |
Int32 | trgLength | |
Single | association |
Properties
Association
Declaration
public float Association { get; }
Property Value
Type | Description |
---|---|
Single |
SrcLength
Declaration
public int SrcLength { get; }
Property Value
Type | Description |
---|---|
Int32 |
SrcStartPosition
Declaration
public int SrcStartPosition { get; }
Property Value
Type | Description |
---|---|
Int32 |
TrgLength
Declaration
public int TrgLength { get; }
Property Value
Type | Description |
---|---|
Int32 |
TrgStartPosition
Declaration
public int TrgStartPosition { get; }
Property Value
Type | Description |
---|---|
Int32 |