Interface ITermVerifierContext
ITermVerifierContext interface represents a term verifier context that provides a term verifier with the term access services that it needs.
Namespace: Sdl.Verification.Api
Assembly: Sdl.Verification.Api.dll
Syntax
[Obsolete("This API is deprecated and will be removed in a future version.")]
public interface ITermVerifierContext
Properties
HasTermbase
Gets a boolean informing if this context has a termbase
Declaration
bool HasTermbase { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32)
Create the term recognition engine for the given source and target cultures.
Declaration
ITerminologySearch CreateTermRecognitionEngine(CultureInfo source, CultureInfo target, int minMatch)
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | source | source culture |
| CultureInfo | target | target culture |
| Int32 | minMatch | minimum match |
Returns
| Type | Description |
|---|---|
| ITerminologySearch | term recognition engine |
GetTermbaseIndexName(String)
Gets the termbase index name for the given culture name.
Declaration
string GetTermbaseIndexName(string cultureName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | cultureName | culture name |
Returns
| Type | Description |
|---|---|
| String | termbase index name |