SpeechSynthesizer.SpeakTextAsync(String) メソッド

定義

プレーン テキストから音声を同期的に合成します (合成が完了すると が返されます)。

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

パラメーター

text
String

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

戻り値

完了した合成操作を表すタスク。

適用対象