InstalledVoices.All property

Gets the full set of synthesized voices that are available to use as part of the Speech feature.

Syntax

public static IReadOnlyList<VoiceInformation> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of VoiceInformation)
public:
static property IVectorView<VoiceInformation>^ All { 
   IVectorView<VoiceInformation>^ get();
}

Property value

Type: IVectorView<VoiceInformation> [C++] | System.Collections.Generic.IReadOnlyList<VoiceInformation> [.NET]

The full set of synthesized voices that are available to use as part of the Speech feature.

Remarks

Iterate through the returned set of synthesized voices, using a LINQ query, to find the language you wish to use for text-to-speech.

For an example of how to use the All property see Speech output for Windows Phone.

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