SpeechSynthesizer.GetVoice method

Gets the active synthesized voice.

Syntax

public VoiceInformation GetVoice()
Public Function GetVoice() As VoiceInformation
public:
VoiceInformation^ GetVoice()

Parameters

This method has no parameters.

Return value

Type: VoiceInformation

The active synthesized voice.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Synthesis Windows::Phone::Speech::Synthesis [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone]

See also

SpeechSynthesizer