pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
196 stars 117 forks source link

No implementation of dictationRecordingDidEnd() #20

Open AugusDogus opened 7 years ago

AugusDogus commented 7 years ago

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.

pbakondy commented 7 years ago

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

AugusDogus commented 7 years ago

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.