Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesisArray

    Inheritance
    object
    LiftAligner.SpanHypothesisArray
    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 LiftAligner.SpanHypothesisArray

    Constructors

    SpanHypothesisArray(int, int, int, int)

    Declaration
    public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength)
    Parameters
    Type Name Description
    int sourceLength
    int targetLength
    int minHypothesisSourceLength
    int minHypothesisTargetLength

    Properties

    this[int, int, int, int]

    Declaration
    public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; }
    Parameters
    Type Name Description
    int sourceStartOffset
    int sourceLength
    int targetStartOffset
    int targetLength
    Property Value
    Type Description
    LiftAligner.SpanHypothesis

    MaxTotalHyps

    Declaration
    public long MaxTotalHyps { get; }
    Property Value
    Type Description
    long
    In this article
    • Constructors
      • SpanHypothesisArray(int, int, int, int)
    • Properties
      • this[int, int, int, int]
      • MaxTotalHyps
    Back to top Generated by DocFX