SpeechSynthesizer.SynthesizeSsmlToStreamAsync(String) メソッド

定義

音声 合成マークアップ言語 (SSML) バージョン 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)

パラメーター

Ssml
String

Platform::String

winrt::hstring

読み上げる SSML で変更されたテキスト。

戻り値

音声合成マークアップ言語 (SSML) バージョン 1.1 から生成された音声を表す SpeechSynthesisStream

属性

注釈

音声特性、発音、音量、ピッチ、速度、速度、強調などは、 音声合成マークアップ言語 (SSML) バージョン 1.1 を使用してカスタマイズできます。

プレーン テキストから音声を生成するには、「 SynthesizeTextToStreamAsync」を参照してください。

適用対象

こちらもご覧ください