ISpeechSynthesizerWrapperSpeakAsync Method |
Converts the text to speech asynchronously.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void SpeakAsync(
string text
)
Sub SpeakAsync (
text As String
)
void SpeakAsync(
String^ text
)
abstract SpeakAsync :
text : string -> unit
Parameters
- text
- Type: SystemString
See Also