Plugin Bing
Go to the main Plugins page.
Go to the complete Plugin List.
Contents
Plugin Description
Translation tools provided by the Microsoft Bing web based API. All actions require an internet connection. You must aquire your own developer key and specify it in the Bing plugin settings.
Actions for the Bing plugin
Translate
Bing.Translate
Translates <Text> from <FromLang> to <ToLang>.
<FromLang> can be either a language code or auto.
- Parameters: 3
- Text : Text to translate From [string]
- FromLang : language code (translate from from this language) [string]
- ToLang : language code (translate to this language) [string]
Speak
Bing.Speak
Web based TTS (text to speech).
Speaks the given <Text>, in the <Language> specified.
Does not pause execution of the command until speech is complete.
- Parameters: 2
- Text : [string]
- Language : 2 letter code [string]
SpeakSync
Bing.SpeakSync
Web based TTS (text to speech).
Speaks the given <Text>, in the <Language> specified.
Pauses execution of the command until speech is complete.
- Parameters: 2
- Text : [string]
- Language : [string]
Detect
Bing.Detect
Attempts to detect what language <Text> is written in.
Returns a language code. Example: en
- Parameters: 1
- Text : [string]