Click or drag to resize
BingTranslatorServiceSpeak Method
Returns stream of wav file generated using free Bing Translation API.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public override Stream Speak(
	string text,
	string lang
)

Parameters

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

Return Value

Type: Stream
See Also