Click or drag to resize
BingTranslatorService Class
Class providing access to the Bing Service API.
Inheritance Hierarchy

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public class BingTranslatorService : AbstractMachineTranslationService

The BingTranslatorService type exposes the following members.

Constructors
  NameDescription
Public methodBingTranslatorService
Top
Properties
  NameDescription
Public propertyBingTranslatorClientID
Microsoft Translator Client ID (go to https://datamarket.azure.com/developer/applications/ to obtain one).
Public propertyBingTranslatorClientSecret
Microsoft Translator Client Secret (go to https://datamarket.azure.com/developer/applications/ to obtain one).
Public propertyCustomParameter
Get or sets custom parameter.
(Inherited from BaseTranslationService.)
Public propertySiteName
Gets or sets the name of the site where the settings are retrieved from.
(Inherited from BaseTranslationService.)
Top
Methods
See Also