VoiceInformation.Description Property

Definition

Gets the description of the speech synthesis engine (voice).

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = voiceInformation.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description, based on a combination of DisplayName and Language. For example, Microsoft David - English (United States).

Applies to

See also