SpeechContinuousRecognitionSession.StopAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式結束連續語音辨識會話,並將所有擱置中的辨識結果傳遞至 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 會捨棄所有擱置的結果。