Search Results for

    Show / Hide Table of Contents

    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
    public interface ITermVerifierContext

    Properties

    HasTermbase

    Gets a boolean informing if this context has a termbase

    Declaration
    bool HasTermbase { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32)

    Create the term recognition engine for the given source and target cultures.

    Declaration
    TermbaseRecognitionEngine CreateTermRecognitionEngine(CultureInfo source, CultureInfo target, int minMatch)
    Parameters
    Type Name Description
    System.Globalization.CultureInfo source

    source culture

    System.Globalization.CultureInfo target

    target culture

    System.Int32 minMatch

    minimum match

    Returns
    Type Description
    Sdl.MultiTerm.Client.TerminologySearch.TermbaseRecognitionEngine

    term recognition engine

    GetTermbaseIndexName(String)

    Gets the termbase index name for the given culture name.

    Declaration
    string GetTermbaseIndexName(string cultureName)
    Parameters
    Type Name Description
    System.String cultureName

    culture name

    Returns
    Type Description
    System.String

    termbase index name

    On this page

    • Properties
      • HasTermbase
    • Methods
      • CreateTermRecognitionEngine(CultureInfo, CultureInfo, Int32)
      • GetTermbaseIndexName(String)
    Back to top Generated by DocFX