Search Results for

    Show / Hide Table of Contents

    Enum TranslationMethod

    Enumerates the ways how a translation provider can compute a translation. See TranslationMethod.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public enum TranslationMethod

    Fields

    Name Description
    CopySource

    A pseudo translation generated by copying the input (source) segment, potentially applying auto-localizations.

    MachineTranslation

    A machine translation engine is used to obtain the translation.

    Mixed

    A mixed model (different methods) are used to obtain the translation.

    Other

    An unspecified method is used to obtain the translation.

    PseudoTranslation

    A pseudo translation engine is used to obtain the translation. The translations typically are meaningless and are not supposed to be used or persistently stored.

    TranslationMemory

    A TM is used to obtain the translation.

    Unknown

    The method of translation is unknown.

    In this article
    • Fields
    Back to top Generated by DocFX