Gets information about a voice, such as culture, name, gender, and age.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property VoiceInfo As VoiceInfo Get |
Visual Basic (Usage) |
---|
Dim instance As InstalledVoice Dim value As VoiceInfo value = instance.VoiceInfo |
C# |
---|
public VoiceInfo VoiceInfo { get; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..VoiceInfoThe information about an installed voice.