cordova-plugin-speechrecognition
cordova-plugin-speechrecognition copied to clipboard
No implementation of dictationRecordingDidEnd()
Will you be adding dictationRecordingDidEnd() so we know when dictation ends and can call the stopListening method you've already implemented? This would help immensely and keep the user experience the same across ios and android platforms.
It is not clear for me what do you want. Could you provide a detailed description?
Could you implement dictationRecordingDidEnd so I can employ this method and call SpeechRecognition.stopListening(). This would prevent having to implement a timeout for the speech recognition to end, a button that the user has to manually press to stop speech recognition, or using a separate plugin all together to achieve the same effect.