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 |
---|---|
LanguageResourceBundleCollection |
Remarks
In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate),
this returns a read-only language resources collection identical to the template's language resources collection. In all other cases,
the language resources collection returned can be modified. Note that you have to call
Recognizers
Gets or sets the recognizers which are enabled for this TM.
Declaration
BuiltinRecognizers Recognizers { get; set; }
Property Value
Type | Description |
---|---|
BuiltinRecognizers |