ISettingsPresenterProviderTestTextToSpeech Method |
Conducts a test of the text-to-speech settings passed across.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void TestTextToSpeech(
string name,
int rate
)
Sub TestTextToSpeech (
name As String,
rate As Integer
)
void TestTextToSpeech(
String^ name,
int rate
)
abstract TestTextToSpeech :
name : string *
rate : int -> unit
Parameters
- name
- Type: SystemString
- rate
- Type: SystemInt32
See Also