VoiceInfo Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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..::..VoiceInfo

The information about an installed voice.

See Also