InstalledVoices.Default property

Gets the default synthesized voice.

Syntax

public static VoiceInformation Default { get; }
Public Shared ReadOnly Property Default As VoiceInformation
public:
static property VoiceInformation^ Default { 
   VoiceInformation^ get();
}

Property value

Type: VoiceInformation

A VoiceInformation object that contains information about the default 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

InstalledVoices