Class TranslationProviderInfo
Represents general information about a translation provider (ITranslationProvider).
Inheritance
Object
TranslationProviderInfo
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
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class TranslationProviderInfo
Constructors
TranslationProviderInfo()
Represents general information about a translation provider (ITranslationProvider).
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 |