Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderInfo

    Represents general information about a translation provider (ITranslationProvider).

    Inheritance
    System.Object
    TranslationProviderInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.String

    TranslationMethod

    Gets the translation method used by the translation provider.

    Declaration
    public TranslationMethod TranslationMethod { get; set; }
    Property Value
    Type Description
    TranslationMethod

    On this page

    • Constructors
      • TranslationProviderInfo()
    • Properties
      • Name
      • TranslationMethod
    Back to top Generated by DocFX