Questions tagged [google-speech-to-text-api]
190 questions
-1
votes
1 answer
Getting my transcripts as numbers instead of selected text language, using google speech to text api
I am doing a real time speech to text conversion for a specified language, but whenever I run the code, I am getting the transcipt as numbers instead of the specified language.enter image description here
I am able to view the transcript correctly…

Arkodeep Koley
- 1
- 2
-1
votes
1 answer
Google cloud transcription API
I would like to calculate the time duration for every speaker in a two way conversation call with speaker tag, transcription, time stamp of speaker duration and confidence of it.
For example: I have mp3 file of a customer care support with 2 speaker…

Akhil Mandala
- 3
- 2
-1
votes
1 answer
Code 401: Request had invalid authentication credentials. gcloud speech to text
I am getting a "Request had invalid authentication credentials" error. This is what I did:
curl -s -H "Content-Type: application/json" -H "Authorization: Bearer "$(gcloud auth application-default print-access-token)…

K. Braungardt
- 21
- 2
-1
votes
1 answer
How do you train Google Speech-to-text to recognize foreign names
I'm summarizing some texts that I'm reading in Irish mythology but Google's Speech-to-text API cannot recognize the foreign words. So names like: 'Diarmud', 'Grannie', 'geasa', 'gilla', 'decaire', 'Oisin' are not getting transcribed correctly. Of…

bobsmith76
- 160
- 1
- 9
- 26
-1
votes
1 answer
Integrating Google Speech-to-Text on WordPress
I'm planning to make a live stream website on Wordpress, and I was planning on using the Google Speech-to-Text API to auto caption the live stream as it is broadcasting on Wordpress. I'm not sure if the concept is entirely possible to do using the…
-1
votes
1 answer
Initialize a Python Variable with json data
I have a very simple situation:
response = None
response = client.recognize(config, audio)
if response == None:
response = results {
alternatives {
transcript: ""
…

tstseby
- 1,259
- 3
- 10
- 20
-2
votes
1 answer
google speech is not working in asterisk ivr
In asterisk i am using speech recognition from google cloud like this given below :
[inboundtest]
exten = 111,1,Answer()
same=n,agi(googletts.agi,"Say something in English, when done press the pound key.",en)
…

Pankhuri
- 25
- 7
-2
votes
1 answer
How to use Google Cloud Speech to Text i can`t find any info anywhere?
I need help in using google cloud. Speech to text function more precise. I`ve looked on youtube and found only old tutorials that look nothing like the interface is today. My question is what do I do where do I write and what do I write in order for…

bogdy23
- 1
- 2
-3
votes
1 answer
Machine translation APIs
I have started to work on a real-time language translation system for which I wanted to make use of a machine translation API but I do not know which of the many such APIs is good for my project.I was looking for an API that can translate many of…
-4
votes
1 answer
.mp4 to .wav conversion in python taking too longer time
I have to use the library to convert the .mp4 to .wav for fetching the transcription using google's speech to text API. But it is taking approx 5 minutes to convert a 40 MB file. I have tried moviepy and other libraries for the same. Please suggest…

Chauhan
- 1
- 1