Plugin Bing

From VoxCommando
Revision as of 12:03, 25 November 2014 by Jitterjames (talk) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Go to the main Plugins page.

Go to the complete Plugin List.


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
  1. Text : Text to translate From [string]
  2. FromLang : language code (translate from from this language) [string]
  3. 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
  1. Text : [string]
  2. 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
  1. Text : [string]
  2. Language : [string]

Detect

Bing.Detect
Attempts to detect what language <Text> is written in.
Returns a language code. Example: en

  • Parameters: 1
  1. Text : [string]