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 TSdl.Core.Bcm.BcmModel.TranslationOrigin.OriginType attribute.

    Inheritance
    object
    DefaultTranslationOrigin
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel.Common
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public static class DefaultTranslationOrigin

    Fields

    AdaptiveMachineTranslation

    Adaptive machine translated content

    Declaration
    public const string AdaptiveMachineTranslation = "amt"
    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

    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

    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