TextToSpeech.VoiceName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the voice that will be used to generate speech.
public:
property System::String ^ VoiceName { System::String ^ get(); void set(System::String ^ value); };
public string VoiceName { get; set; }
member this.VoiceName : string with get, set
Public Property VoiceName As String
Property Value
Remarks
It is required to set the voice through this property when using a custom voice.