DialogServiceConnector.ListenOnceAsync メソッド

定義

非同期操作としてリッスン セッションを開始します。

public System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechRecognitionResult> ListenOnceAsync ();
member this.ListenOnceAsync : unit -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.SpeechRecognitionResult>
Public Function ListenOnceAsync () As Task(Of SpeechRecognitionResult)

戻り値

非同期操作を表すタスク オブジェクト。

注釈

1 つの発話の終わりは、最後に無音をリッスンするか、タイムアウト期間が経過するまで待機することによって決定されます。 タスクは、 で SpeechRecognitionResult認識された音声を返します。テキスト。

Speech SDK を使用してクライアント アプリケーションと統合する」も参照してください。

適用対象