cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

No implementation of dictationRecordingDidEnd()

Open AugusDogus opened this issue 7 years ago • 2 comments

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.

AugusDogus avatar Feb 28 '17 21:02 AugusDogus

It is not clear for me what do you want. Could you provide a detailed description?

pbakondy avatar Mar 03 '17 19:03 pbakondy

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.

AugusDogus avatar Mar 03 '17 19:03 AugusDogus