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
    Back to top Generated by DocFX