InstalledVoices.All property
Gets the full set of synthesized voices that are available to use as part of the Speech feature.
Syntax
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 |
|
|
Metadata |
|
|
Capabilities |
|
See also