Search Results for

    Show / Hide Table of Contents

    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()

    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
    In this article
    • Constructors
      • TranslationProviderInfo()
    • Properties
      • Name
      • TranslationMethod
    Back to top Generated by DocFX