Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesis

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

    Constructors

    SpanHypothesis(int, int, int, int)

    Declaration
    public SpanHypothesis(int sourceStartIndex, int sourceLength, int targetStartIndex, int targetLength)
    Parameters
    Type Name Description
    int sourceStartIndex
    int sourceLength
    int targetStartIndex
    int targetLength

    Properties

    Blocked

    Declaration
    public bool Blocked { get; }
    Property Value
    Type Description
    bool

    ComputedConfidence

    Declaration
    public float ComputedConfidence { get; }
    Property Value
    Type Description
    float

    Confidence

    Declaration
    public float Confidence { get; set; }
    Property Value
    Type Description
    float

    Confirmed

    Declaration
    public bool Confirmed { get; }
    Property Value
    Type Description
    bool

    Methods

    Block()

    Declaration
    public void Block()

    Confirm()

    Declaration
    public void Confirm()
    In this article
    • Constructors
      • SpanHypothesis(int, int, int, int)
    • Properties
      • Blocked
      • ComputedConfidence
      • Confidence
      • Confirmed
    • Methods
      • Block()
      • Confirm()
    Back to top Generated by DocFX