BingTranslatorService Speak Method Kentico 8.1 API Reference
Returns stream of wav file generated using free Bing Translation API.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

text
Type: OnlineSystem String
Text to speech
lang
Type: OnlineSystem String
Language in which the speech should be generated (if null or empty, automatic detection is used)

Return Value

Type: Stream
See Also