Enum TextContextMatch
Specifies the type of a context match.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum TextContextMatch
Fields
Name | Description |
---|---|
NoMatch | The result is not a context match. |
PrecedingAndFollowingSourceMatch | The previous and following source segments match |
SourceMatch | The source segments match in the given context. |
SourceTargetMatch | The source and target segments match in the given context. |