Closed ahmagdy closed 7 years ago
You're right, and that has been reported as #1 and fixed by #2. I'll push it to npm tomorrow!
Great Thank you
Looks like I pushed 1.1.1 5 days ago, so if you're on that version this problem should not pop up..
no it still pop up, i tried to remove and install it again, and still the same. maybe you need to check npm package.
I think you're right. The problem is that PR adjusted the .ts file (as it should), but publishing to npm didn't update the associated .js version. Let me see..
1.1.1 is dead, long live 1.1.2!
Hi when i'm using the code like this
transcription doesn't have a text property when i'm printing it
JS: {"finished":true}
so after looking around i found the problem in node_modules in speech-recognition.android.jsoptions.onResult({ text: transcripts[0],
i replaced it withtext: transcripts.get(0)
and it works just find