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.
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
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 |