Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

InstalledVoice.VoiceInfo Property

Gets information about a voice, such as culture, name, gender, and age.

Namespace:  Microsoft.Speech.Synthesis
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Public ReadOnly Property VoiceInfo As VoiceInfo
    Get
'Usage
Dim instance As InstalledVoice
Dim value As VoiceInfo

value = instance.VoiceInfo
public VoiceInfo VoiceInfo { get; }

Property Value

Type: Microsoft.Speech.Synthesis.VoiceInfo
The information about an installed voice.

See Also

Reference

InstalledVoice Class

InstalledVoice Members

Microsoft.Speech.Synthesis Namespace