VoiceInformation.Description property

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

Syntax

public string Description { get; }
Public ReadOnly Property Description As String
public:
property String^ Description { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The description of the text-to-speech (TTS) 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

VoiceInformation