Class TranslationProviderInfo
Represents general information about a translation provider (ITranslationProvider).
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class TranslationProviderInfo
Constructors
TranslationProviderInfo()
Declaration
public TranslationProviderInfo()
Properties
Name
Gets the name of the translation provider.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TranslationMethod
Gets the translation method used by the translation provider.
Declaration
public TranslationMethod TranslationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| TranslationMethod |