Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesisArray

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

    Constructors

    SpanHypothesisArray(Int32, Int32, Int32, Int32)

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

    Properties

    Item[Int32, Int32, Int32, Int32]

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

    MaxTotalHyps

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