ISpeechSynthesizerWrapperGetInstalledVoiceNames Method |
Returns a collection of the name of every installed voice.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IEnumerable<string> GetInstalledVoiceNames()
Function GetInstalledVoiceNames As IEnumerable(Of String)
IEnumerable<String^>^ GetInstalledVoiceNames()
abstract GetInstalledVoiceNames : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringSee Also