Class LiftAligner.SpanHypothesis
Inheritance
Object
LiftAligner.SpanHypothesis
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class SpanHypothesis : Object
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
ComputedConfidence
Declaration
public float ComputedConfidence { get; }
Property Value
Confidence
Declaration
public float Confidence { get; set; }
Property Value
Confirmed
Declaration
public bool Confirmed { get; }
Property Value
Methods
Block()
Declaration
Confirm()
Declaration