-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speechClient.recognize() giving empty array as response? #425
Comments
Could you try a different encoding? Perhaps the Speech API is unable to read the file? |
Someone on https://groups.google.com/forum/#!forum/cloud-speech-discuss may be able to help you get the file encoded properly. |
If the issue still persists, please file it here. Thank you. |
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 7, 2020
This was referenced Dec 23, 2020
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#284
Open
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#297
Open
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#299
Open
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#301
Open
This was referenced Sep 5, 2021
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#345
Open
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#351
Open
[Snyk] Security upgrade @google-cloud/pubsub from 0.22.2 to 0.24.0
leejh3224/nodejs-docs-samples#353
Open
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 8, 2022
…new Uptime check feature. Uptime HTTP(S) checks can now be GET or POST (#425)
ace-n
pushed a commit
that referenced
this issue
Nov 10, 2022
…new Uptime check feature. Uptime HTTP(S) checks can now be GET or POST (#425)
kweinmeister
pushed a commit
that referenced
this issue
Nov 10, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 11, 2022
ace-n
pushed a commit
that referenced
this issue
Nov 11, 2022
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur
pushed a commit
that referenced
this issue
Nov 16, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ace-n
pushed a commit
that referenced
this issue
Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using google-cloud/speech module my code is running fine and not producing any error, my mp3 file is also ok ( I have tested with multiple .mp3 files ). But is gives the response with empty array every times.
Can anyone please suggest me why is is happening ?
my code is:
Result
[" '', { results: [] } ]
The text was updated successfully, but these errors were encountered: