| AGIScriptSayPhonetic Method (String) |
Says the given character string with phonetics.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SayPhonetic(
string text
)
Protected Sub SayPhonetic (
text As String
)
protected:
void SayPhonetic(
String^ text
)
member SayPhonetic :
text : string -> unit
Parameters
- text
- Type: SystemString
the text to say.
See Also