Interface ISupportPlaceables
Represents a Translation Provider that supports Placeables
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface ISupportPlaceables
Properties
LanguageResourceBundles
Gets the language resources which are associated with this TM.
Declaration
LanguageResourceBundleCollection LanguageResourceBundles { get; }
Property Value
Type | Description |
---|---|
Language |
Remarks
In case this is a server-based translation memory, which is associated with a language resources template (see ILanguage
Recognizers
Gets or sets the recognizers which are enabled for this TM.
Declaration
BuiltinRecognizers Recognizers { get; set; }
Property Value
Type | Description |
---|---|
Builtin |