Interface IAdvancedContextTranslationMemory
Provides information about TM support for advanced context matching functionality
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IAdvancedContextTranslationMemory
Properties
TextContextMatchType
Returns the type of TextContextMatchType specified when the TM was created
Declaration
TextContextMatchType TextContextMatchType { get; }
Property Value
Type | Description |
---|---|
TextContextMatchType |
UsesIdContextMatching
Returns true if the TM was created with support for ID-based context matching
Declaration
bool UsesIdContextMatching { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
UsesLegacyHashes
Returns true if the TM is using legacy segment hashing (and can therefore consume legacy context information in TMX without conversion)
Declaration
bool UsesLegacyHashes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |