Search Results for

    Show / Hide Table of Contents

    Class AlignerSettings

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

    Constructors

    AlignerSettings(uint, bool)

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

    Properties

    CombinedUniqueTokenStringThreshold

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

    UseTuFilteredMatrix

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