VoiceInformation.Id Property

Definition

Gets the unique ID of the speech synthesis engine (voice).

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

Property Value

String

Platform::String

winrt::hstring

The unique ID.

Applies to

See also