Search Results for

    Show / Hide Table of Contents

    Class DefaultTranslationOrigin

    This class holds the constants that represent the suggested default values to use for the OriginType attribute.

    Inheritance
    Object
    DefaultTranslationOrigin
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Common
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public static class DefaultTranslationOrigin

    Fields

    AdaptiveMachineTranslation

    Adaptive machine translated content

    Declaration
    public const string AdaptiveMachineTranslation = "amt"
    Field Value
    Type Description
    String

    AutomatedAlignment

    The translated segment was created by an automated linguistic alignment of previously translated source and target content.

    Declaration
    public const string AutomatedAlignment = "auto-aligned"
    Field Value
    Type Description
    String

    AutomaticTranslation

    Adaptive machine translated content

    Declaration
    public const string AutomaticTranslation = "automatic-translation"
    Field Value
    Type Description
    String

    AutoPropagated

    The segment has been translated using AutoPropagation from internal matches.

    Declaration
    public const string AutoPropagated = "auto-propagated"
    Field Value
    Type Description
    String

    DocumentMatch

    Batch translation by applying a Context TM type tool like PerfectMatch(tm)

    Declaration
    public const string DocumentMatch = "document-match"
    Field Value
    Type Description
    String

    Interactive

    The segment has been manually adapted or translated from scratch.

    Declaration
    public const string Interactive = "interactive"
    Field Value
    Type Description
    String

    MachineTranslation

    Machine translated content

    Declaration
    public const string MachineTranslation = "mt"
    Field Value
    Type Description
    String

    NeuralMachineTranslation

    Adaptive machine translated content

    Declaration
    public const string NeuralMachineTranslation = "nmt"
    Field Value
    Type Description
    String

    NotTranslated

    The segment has not yet been translated. This is usually an empty segment.

    Declaration
    public const string NotTranslated = "not-translated"
    Field Value
    Type Description
    String

    ReverseAlignment

    The segment was updated by ReverseAlignment process.

    Declaration
    public const string ReverseAlignment = "Retrofit"
    Field Value
    Type Description
    String

    Source

    The segment has been translated by copying the source to the target.

    Declaration
    public const string Source = "source"
    Field Value
    Type Description
    String

    TranslationMemory

    Batch pre-translation using a fuzzy or 100% match

    Declaration
    public const string TranslationMemory = "tm"
    Field Value
    Type Description
    String

    Unknown

    The segment was translated by an unknown tool - usually from a third party provider.

    Declaration
    public const string Unknown = "unknown"
    Field Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX