Share via


VoiceInformation.Description Proprietà

Definizione

Ottiene la descrizione del motore di sintesi vocale (voce).

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

Valore della proprietà

String

Platform::String

winrt::hstring

Descrizione, in base a una combinazione di DisplayName e Language. Ad esempio, Microsoft David - Inglese (Stati Uniti).

Si applica a

Vedi anche