Search Results for

    Show / Hide Table of Contents

    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 ImportSettings.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.

    In this article
    • Fields
    Back to top Generated by DocFX