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 Termbase
Inherited Members
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 Termbase
Declaration
public TermbaseSearchOrder SearchOrder { get; set; }
Property Value
Type | Description |
---|---|
Termbase |
ShowWithNoAvailableTranslation
Gets or sets whether a term is shown with no available translation.
Declaration
public bool ShowWithNoAvailableTranslation { get; set; }
Property Value
Type | Description |
---|---|
bool |