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
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
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 |
---|---|
System.Int32 |
SearchDepth
Gets or sets the search depth.
Declaration
public int SearchDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
---|---|
System.Boolean |