BingTranslatorService Class |
Namespace: CMS.TranslationServices
public class BingTranslatorService : AbstractMachineTranslationService
The BingTranslatorService type exposes the following members.
Name | Description | |
---|---|---|
BingTranslatorService |
Name | Description | |
---|---|---|
BingTranslatorClientID |
Microsoft Translator Client ID (go to https://datamarket.azure.com/developer/applications/ to obtain one).
| |
BingTranslatorClientSecret |
Microsoft Translator Client Secret (go to https://datamarket.azure.com/developer/applications/ to obtain one).
| |
CustomParameter |
Get or sets custom parameter.
(Inherited from BaseTranslationService.) | |
SiteName |
Gets or sets the name of the site where the settings are retrieved from.
(Inherited from BaseTranslationService.) |
Name | Description | |
---|---|---|
Detect |
Detects language of given text using free Bing Translation API.
(Overrides AbstractMachineTranslationServiceDetect(String).) | |
IsAvailable |
Checks if everything required to run the service is in the settings of the service.
(Overrides BaseTranslationServiceIsAvailable.) | |
Speak |
Returns stream of wav file generated using free Bing Translation API.
(Overrides AbstractMachineTranslationServiceSpeak(String, String).) | |
Translate |
Translates given text using free Bing Translation API.
(Overrides AbstractMachineTranslationServiceTranslate(String, String, String).) |