SpeechSynthesizer.StartSpeakingTextAsync(String) メソッド

定義

プレーン テキストからの音声合成タスクを非同期操作としてキューに入れます。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechSynthesisResult> StartSpeakingTextAsync (string text);
member this.StartSpeakingTextAsync : string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechSynthesisResult>
Public Function StartSpeakingTextAsync (text As String) As Task(Of SpeechSynthesisResult)

パラメーター

text
String

合成するプレーン テキスト。

戻り値

開始された合成操作を表すタスク。

注釈

このメソッドは の非同期バージョン SpeakTextAsync(String)です。

適用対象