VoiceInformation class

Defines information about a text-to-speech (TTS) voice.

Syntax

public sealed class VoiceInformation
Public NotInheritable Class VoiceInformation
public ref class VoiceInformation sealed 

Members

The VoiceInformation class has these types of members:

  • Properties

Properties

The VoiceInformation class has these properties.

Property Access type Description

Description

Read-only

Gets the description of a text-to-speech (TTS) voice.

DisplayName

Read-only

Gets the display name of the text-to-speech (TTS) voice.

Gender

Read-only

Gets the gender of the text-to-speech (TTS) voice.

Id

Read-only

Gets the identifier of the text-to-speech (TTS) voice.

Language

Read-only

Gets the language of the text-to-speech (TTS) voice.

 

Remarks

For more information about how to use the VoiceInformation class, 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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object