Enum AdaptiveMachineTranslationLookupMode
Specifies how to use adaptive machine translation.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum AdaptiveMachineTranslationLookupMode
Fields
Name | Description |
---|---|
Analysis | Compute only analysis against adaptive MT engine. |
None | Adaptive machine translation is disabled |
Translation | Lookup segments always in the adaptive MT engine. |
TranslationAndAnalysis | Lookup segments always in the adaptive MT engine and compute analysis. |