Enum ImportSettings.ImportTUProcessingMode
Controls whether cleanup heuristics are applied to TUs being read and which ones are processed by the importer.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum ImportTUProcessingMode
Fields
Name | Description |
---|---|
ProcessBothTUs | Process both the raw TU as well as the cleaned one. |
ProcessCleanedTUOnly | Apply flavor-specific cleanup heuristics to a TU read from the input stream and process only the cleaned TU. This is the default. |
ProcessRawTUOnly | Apply only minimal cleanup (such as trimming) to a TU read from the input stream and process the raw TU, without additional, flavor-specific cleanup. |