Gets the VoiceInfo object of the new voice.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Voice As VoiceInfo Get |
Visual Basic (Usage) |
---|
Dim instance As VoiceChangeEventArgs Dim value As VoiceInfo value = instance.Voice |
C# |
---|
public VoiceInfo Voice { get; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..VoiceInfoReturns information that describes and identifies the new voice.
Remarks
The Voice property gets the VoiceInfo object when a VoiceChange event is raised.