SpeechRecognizer.StopRecognitionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously ends the speech recognition session.
public:
virtual IAsyncAction ^ StopRecognitionAsync() = StopRecognitionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StopRecognitionAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StopRecognitionAsync();
function stopRecognitionAsync()
Public Function StopRecognitionAsync () As IAsyncAction
Returns
No object or value is returned when this method completes.
- Attributes