Search Results for

    Show / Hide Table of Contents

    Class TranslationModelBuilderSettings

    Inheritance
    object
    TranslationModelBuilderSettings
    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 TranslationModelBuilderSettings

    Constructors

    TranslationModelBuilderSettings(int)

    Declaration
    public TranslationModelBuilderSettings(int minModelSampleSize)
    Parameters
    Type Name Description
    int minModelSampleSize

    Properties

    Default

    Declaration
    public static TranslationModelBuilderSettings Default { get; }
    Property Value
    Type Description
    TranslationModelBuilderSettings

    MinModelSampleSize

    Declaration
    public int MinModelSampleSize { get; }
    Property Value
    Type Description
    int
    In this article
    • Constructors
      • TranslationModelBuilderSettings(int)
    • Properties
      • Default
      • MinModelSampleSize
    Back to top Generated by DocFX