Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesis

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

    Constructors

    SpanHypothesis(Int32, Int32, Int32, Int32)

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

    Properties

    Blocked

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

    ComputedConfidence

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

    Confidence

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

    Confirmed

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

    Methods

    Block()

    Declaration
    public void Block()

    Confirm()

    Declaration
    public void Confirm()
    In this article
    Back to top Generated by DocFX