DefaultTextToSpeechSpeakAsyncIntoWavFile Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SpeakAsyncIntoWavFile(
string text,
string path
)
Public Sub SpeakAsyncIntoWavFile (
text As String,
path As String
)
public:
virtual void SpeakAsyncIntoWavFile(
String^ text,
String^ path
) sealed
abstract SpeakAsyncIntoWavFile :
text : string *
path : string -> unit
override SpeakAsyncIntoWavFile :
text : string *
path : string -> unit
Parameters
- text
- Type: SystemString
- path
- Type: SystemString
Implements
ITextToSpeechSpeakAsyncIntoWavFile(String, String)See Also