ISettingsViewPopulateTextToSpeechVoices Method |
The names of every voice installed on the system.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void PopulateTextToSpeechVoices(
IEnumerable<string> voiceNames
)
Sub PopulateTextToSpeechVoices (
voiceNames As IEnumerable(Of String)
)
void PopulateTextToSpeechVoices(
IEnumerable<String^>^ voiceNames
)
abstract PopulateTextToSpeechVoices :
voiceNames : IEnumerable<string> -> unit
Parameters
- voiceNames
- Type: System.Collections.GenericIEnumerableString
See Also