Search Results for

    Show / Hide Table of Contents

    Class LiftAligner.SpanHypothesis

    Inheritance
    System.Object
    LiftAligner.SpanHypothesis
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Int32 sourceStartIndex
    System.Int32 sourceLength
    System.Int32 targetStartIndex
    System.Int32 targetLength

    Properties

    Blocked

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

    ComputedConfidence

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

    Confidence

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

    Confirmed

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

    Methods

    Block()

    Declaration
    public void Block()

    Confirm()

    Declaration
    public void Confirm()

    On this page

    • Constructors
      • SpanHypothesis(Int32, Int32, Int32, Int32)
    • Properties
      • Blocked
      • ComputedConfidence
      • Confidence
      • Confirmed
    • Methods
      • Block()
      • Confirm()
    Back to top Generated by DocFX