SpeechContinuousRecognitionSession.StopAsync メソッド

定義

継続的音声認識セッションを非同期的に終了し、保留中のすべての認識結果を ResultGenerated イベントに渡します。

public:
 virtual IAsyncAction ^ StopAsync() = StopAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StopAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StopAsync();
function stopAsync()
Public Function StopAsync () As IAsyncAction

戻り値

操作が完了すると呼び出される非同期のハンドラーです。

属性

注釈

CancelAsync は、保留中のすべての結果を破棄します。

適用対象

こちらもご覧ください