Edit

Share via


TextToSpeech.VoiceName Property

Definition

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.

Applies to