Enum TextContextMatchType
Indicates what kind of text context match a TM will use
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum TextContextMatchType
Fields
Name | Description |
---|---|
PrecedingAndFollowingSource | Context match will be computed based on the preceding source text and following source text of a segment |
PrecedingSourceAndTarget | Context match will be computed based on the preceding source text and preceding target text of a segment |