SpeechContinuousRecognitionSession.StopAsync Methode

Definition

Beenden Sie asynchron eine fortlaufende Spracherkennungssitzung, und übergeben Sie alle ausstehenden Erkennungsergebnisse an das ResultGenerated-Ereignis .

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

Gibt zurück

Ein asynchroner Handler wird aufgerufen, wenn der Vorgang abgeschlossen ist.

Attribute

Hinweise

CancelAsync verwirft alle ausstehenden Ergebnisse.

Gilt für:

Weitere Informationen