Search Results for

    Show / Hide Table of Contents

    Class AlignerSettings

    Inheritance
    Object
    AlignerSettings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class AlignerSettings

    Constructors

    AlignerSettings(UInt32, Boolean)

    Declaration
    public AlignerSettings(uint combinedUniqueTokenStringThreshold, bool useTuFilteredMatrix = true)
    Parameters
    Type Name Description
    UInt32 combinedUniqueTokenStringThreshold
    Boolean useTuFilteredMatrix

    Properties

    CombinedUniqueTokenStringThreshold

    Declaration
    public uint CombinedUniqueTokenStringThreshold { get; }
    Property Value
    Type Description
    UInt32

    UseTuFilteredMatrix

    Declaration
    public bool UseTuFilteredMatrix { get; }
    Property Value
    Type Description
    Boolean
    In this article
    • Constructors
      • AlignerSettings(UInt32, Boolean)
    • Properties
      • CombinedUniqueTokenStringThreshold
      • UseTuFilteredMatrix
    Back to top Generated by DocFX