Class AlignerSettings
Inheritance
System.Object
AlignerSettings
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class AlignerSettings : Object
Constructors
AlignerSettings(UInt32, Boolean)
Declaration
public AlignerSettings(uint combinedUniqueTokenStringThreshold, bool useTuFilteredMatrix = true)
Parameters
Type |
Name |
Description |
System.UInt32 |
combinedUniqueTokenStringThreshold |
|
System.Boolean |
useTuFilteredMatrix |
|
Properties
CombinedUniqueTokenStringThreshold
Declaration
public uint CombinedUniqueTokenStringThreshold { get; }
Property Value
Type |
Description |
System.UInt32 |
|
UseTuFilteredMatrix
Declaration
public bool UseTuFilteredMatrix { get; }
Property Value
Type |
Description |
System.Boolean |
|