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
Namespace: Sdl.Core.Bcm.BcmModel.Common
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class DefaultTranslationOrigin : Object
Fields
AdaptiveMachineTranslation
Adaptive machine translated content
Declaration
public const string AdaptiveMachineTranslation = "amt"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
AutomaticTranslation
Adaptive machine translated content
Declaration
public const string AutomaticTranslation = "automatic-translation"
Field Value
Type | Description |
---|---|
System.String |
AutoPropagated
The segment has been translated using AutoPropagation from internal matches.
Declaration
public const string AutoPropagated = "auto-propagated"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Interactive
The segment has been manually adapted or translated from scratch.
Declaration
public const string Interactive = "interactive"
Field Value
Type | Description |
---|---|
System.String |
MachineTranslation
Machine translated content
Declaration
public const string MachineTranslation = "mt"
Field Value
Type | Description |
---|---|
System.String |
NeuralMachineTranslation
Adaptive machine translated content
Declaration
public const string NeuralMachineTranslation = "nmt"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ReverseAlignment
The segment was updated by ReverseAlignment process.
Declaration
public const string ReverseAlignment = "Retrofit"
Field Value
Type | Description |
---|---|
System.String |
Source
The segment has been translated by copying the source to the target.
Declaration
public const string Source = "source"
Field Value
Type | Description |
---|---|
System.String |
TranslationMemory
Batch pre-translation using a fuzzy or 100% match
Declaration
public const string TranslationMemory = "tm"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |