Search Results for

    Show / Hide Table of Contents

    Interface ILanguageResourcesTemplate

    Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ILanguageResourcesTemplate
    Remarks

    There are two implementations of this interface: FileBasedLanguageResourcesTemplate and ServerBasedLanguageResourcesTemplate.

    Properties

    Description

    Gets or sets the description of the language resources template.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    System.String

    LanguageResourceBundles

    Gets the collection of language resource bundles associated with this language resource template.

    Declaration
    LanguageResourceBundleCollection LanguageResourceBundles { get; }
    Property Value
    Type Description
    LanguageResourceBundleCollection

    Name

    Gets or sets the name of the language resources template.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    Recognizers

    Gets or sets the recognizers which are enabled for this language resource template.

    Declaration
    BuiltinRecognizers? Recognizers { get; set; }
    Property Value
    Type Description
    System.Nullable<BuiltinRecognizers>

    TokenizerFlags

    Gets or sets the flags affecting tokenizer behaviour for this language resource template.

    Declaration
    TokenizerFlags? TokenizerFlags { get; set; }
    Property Value
    Type Description
    System.Nullable<TokenizerFlags>

    WordCountFlags

    Gets or sets the flags affecting word count behaviour for this language resource template.

    Declaration
    WordCountFlags? WordCountFlags { get; set; }
    Property Value
    Type Description
    System.Nullable<WordCountFlags>

    On this page

    Back to top Generated by DocFX