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 放弃所有挂起的结果。

适用于

另请参阅