Search Results for

    Show / Hide Table of Contents

    Class TermRecognitionOptions

    This class exposes a number of options that affect interactive terminology recognition behavior. Thee options are used in combination with the termbases set up in the TermbaseConfiguration.

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

    Constructors

    TermRecognitionOptions()

    Declaration
    public TermRecognitionOptions()

    Properties

    MinimumMatchValue

    Gets or sets the minimum match value, which controls how similar a fuzzy match terms should be in order to be considered a match.

    Declaration
    public int MinimumMatchValue { get; set; }
    Property Value
    Type Description
    int

    SearchDepth

    Gets or sets the search depth.

    Declaration
    public int SearchDepth { get; set; }
    Property Value
    Type Description
    int

    SearchOrder

    Gets or sets the order in which termbases defined in the TermbaseConfiguration are searched.

    Declaration
    public TermbaseSearchOrder SearchOrder { get; set; }
    Property Value
    Type Description
    TermbaseSearchOrder

    ShowWithNoAvailableTranslation

    Gets or sets whether a term is shown with no available translation.

    Declaration
    public bool ShowWithNoAvailableTranslation { get; set; }
    Property Value
    Type Description
    bool
    In this article
    • Constructors
      • TermRecognitionOptions()
    • Properties
      • MinimumMatchValue
      • SearchDepth
      • SearchOrder
      • ShowWithNoAvailableTranslation
    Back to top Generated by DocFX