Class LiftAligner.SpanHypothesisArray
Inheritance
System.Object
    LiftAligner.SpanHypothesisArray
  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 SpanHypothesisArrayConstructors
SpanHypothesisArray(Int32, Int32, Int32, Int32)
Declaration
public SpanHypothesisArray(int sourceLength, int targetLength, int minHypothesisSourceLength, int minHypothesisTargetLength)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | sourceLength | |
| System.Int32 | targetLength | |
| System.Int32 | minHypothesisSourceLength | |
| System.Int32 | minHypothesisTargetLength | 
Properties
Item[Int32, Int32, Int32, Int32]
Declaration
public LiftAligner.SpanHypothesis this[int sourceStartOffset, int sourceLength, int targetStartOffset, int targetLength] { get; set; }Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | sourceStartOffset | |
| System.Int32 | sourceLength | |
| System.Int32 | targetStartOffset | |
| System.Int32 | targetLength | 
Property Value
| Type | Description | 
|---|---|
| LiftAligner.SpanHypothesis | 
MaxTotalHyps
Declaration
public long MaxTotalHyps { get; }Property Value
| Type | Description | 
|---|---|
| System.Int64 |