Search Results for

    Show / Hide Table of Contents

    Class AlignedPhrase

    Inheritance
    object
    AlignedPhrase
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    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
    Type Description
    float

    SrcLength

    Declaration
    public int SrcLength { get; }
    Property Value
    Type Description
    int

    SrcStartPosition

    Declaration
    public int SrcStartPosition { get; }
    Property Value
    Type Description
    int

    TrgLength

    Declaration
    public int TrgLength { get; }
    Property Value
    Type Description
    int

    TrgStartPosition

    Declaration
    public int TrgStartPosition { get; }
    Property Value
    Type Description
    int
    In this article
    • Constructors
      • AlignedPhrase(int, int, int, int, float)
    • Properties
      • Association
      • SrcLength
      • SrcStartPosition
      • TrgLength
      • TrgStartPosition
    Back to top Generated by DocFX