Interface IInputLanguageDirectionData
Represents a single input translation memory language direction, as well as resource data and migration settings within a migration project. It is part of of a possibly multilingual input translation memory.
This object is specific to an output translation memory within the migration project (see InputLanguageDirections).
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IInputLanguageDirectionData
Properties
ImportCompatibilitySettings
Gets or sets the import compatibility settings that determines how the content from this language direction should be imported into the output translation memory.
Declaration
ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; }
Property Value
Type | Description |
---|---|
ImportSettingsImportTUProcessingMode |
ImportPlainText
Gets or sets whether the translation unit content in this language direction should be imported into the output translation memory as plain text.
Declaration
bool ImportPlainText { get; set; }
Property Value
Type | Description |
---|---|
bool |
ImportStatistics
Gets the import statistics from the last import operation into the output translation memory.
Declaration
ImportStatistics ImportStatistics { get; }
Property Value
Type | Description |
---|---|
ImportStatistics |
ImportTuUpdateModeSettings
Gets or sets the import TU update settings that determines how the content from this language direction should be imported into the output translation memory.
Declaration
ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; }
Property Value
Type | Description |
---|---|
ImportSettingsTUUpdateMode |
InvalidTranslationUnitsExportPath
Gets or sets the absolute patch where invalid translation units will be written to if they fail to import into the output translation memory.
Declaration
string InvalidTranslationUnitsExportPath { get; set; }
Property Value
Type | Description |
---|---|
string |
IsImportComplete
Gets whether the content of this language direction has successfully been imported into the output translation memory.
Declaration
bool IsImportComplete { get; }
Property Value
Type | Description |
---|---|
bool |
LanguageDirectionData
Gets the data associated with a specific language direction in the legacy translation memory.
Declaration
ILegacyLanguageDirectionData LanguageDirectionData { get; }
Property Value
Type | Description |
---|---|
ILegacyLanguageDirectionData |
TranslationMemory
Gets the possibly multilingual input translation memory from which this input language direction data originates.
Declaration
IInputTranslationMemory TranslationMemory { get; }
Property Value
Type | Description |
---|---|
IInputTranslationMemory |