Search Results for

    Show / Hide Table of Contents

    Class TermRecognitionOptions

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

    Constructors

    TermRecognitionOptions()

    Declaration
    public TermRecognitionOptions()

    Properties

    MinimumMatchValue

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

    SearchDepth

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

    SearchOrder

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

    ShowWithNoAvailableTranslation

    Declaration
    public bool ShowWithNoAvailableTranslation { get; set; }
    Property Value
    Type Description
    System.Boolean

    On this page

    • Constructors
      • TermRecognitionOptions()
    • Properties
      • MinimumMatchValue
      • SearchDepth
      • SearchOrder
      • ShowWithNoAvailableTranslation
    Back to top Generated by DocFX