Class LiftAligner.SpanHypothesis
Inheritance
System.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 |
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
Confirm()
Declaration