Enum MachineTranslationLookupMode
Specifies when to use machine translation.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum MachineTranslationLookupMode
Fields
| Name | Description |
|---|---|
| Always | Always lookup segments, even when TM returns matches. |
| Never | Machine translation is disabled |
| WhenNoTranslationMemoryMatch | Lookup segments only when no TM match was found. |