SpeechSynthesizer.SynthesizeSsmlToStreamAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Generare e controllare in modo asincrono l'output vocale da una stringa SSML (Speech Synthesis Markup Language) versione 1.1 .
public:
virtual IAsyncOperation<SpeechSynthesisStream ^> ^ SynthesizeSsmlToStreamAsync(Platform::String ^ Ssml) = SynthesizeSsmlToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpeechSynthesisStream> SynthesizeSsmlToStreamAsync(winrt::hstring const& Ssml);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpeechSynthesisStream> SynthesizeSsmlToStreamAsync(string Ssml);
function synthesizeSsmlToStreamAsync(Ssml)
Public Function SynthesizeSsmlToStreamAsync (Ssml As String) As IAsyncOperation(Of SpeechSynthesisStream)
Parametri
- Ssml
-
String
Platform::String
winrt::hstring
Testo modificato da SSML da pronunciare.
Restituisce
SpeechSynthesisStream che rappresenta il parlato generato dal linguaggio SSML (Speech Synthesis Markup Language) versione 1.1.
- Attributi
Commenti
Le caratteristiche vocali, la pronuncia, il volume, il tono, la frequenza o la velocità, l'enfasi e così via possono essere personalizzate tramite Speech Synthesis Markup Language (SSML) versione 1.1.
Per generare la voce dal testo normale, vedere SynthesizeTextToStreamAsync.