Questions tagged [google-cloud-speech]

Google Cloud Speech API enables developers to convert audio to text by applying powerful neural network models in an easy to use API

Google Cloud Speech API enables developers to convert audio to text by applying powerful neural network models in an easy to use API.

  • The API recognizes over 80 languages and variants, to support your global user base. You can transcribe the text of users dictating to an application’s microphone, enable command-and-control through voice, or transcribe audio files, among many other use cases.
  • Recognize audio uploaded in the request, and integrate with your audio storage on Google Cloud Storage, by using the same technology Google uses to power its own products.

try it

534 questions
-1
votes
1 answer

What is Google's Cloud Speech API's retention policy?

When my users record their voice using the Google's Cloud Speech API, how can I give them the option to delete them later? I tried to search everywhere but haven't found it yet. Google seems to allow this within their Assistant App, but what about…
-2
votes
0 answers

Ruby gems that can be use for video transcription

Can you suggest me other Ruby gems that I can use for getting the video transcription? So far, I only know one gem which is google-cloud-speech but unfortunately, using it comes with a cost. Well, what I have in mind goes like this. It is also…
-2
votes
1 answer

How to convert long speech to text. Google asyncronous speech recognition in Python

Does anyone know how to convert long speech in wav or MP3 format to text, by using Google speech to text asyncronous API ? I am using the code below but I always get an error finding upload_blob() function. Thanks in advance. from pydub import…
-2
votes
1 answer

transcriptions of Google Speech Api are not accurate as before

I'm using Google speech API in Arabic language and it was converting speech well before and at accepted accuracy. but the accuracy of the transcriptions becomes not accurate at all suddenly I don't know what is wrong. any help in this…
-2
votes
2 answers

Google Cloud Speech API

I am trying to create a script in Python which converts audio files into text. I found the module Google Cloud Speech which can easily do it for me. I found out that you need to create credentials (API key) for using their services. I tried to…
Or Bar
  • 53
  • 1
  • 5
-2
votes
1 answer

ModuleNotFoundError using Google Cloud Speech

Edited: I installed Google Cloud Speech by using the followning command: pip install --upgrade google-cloud-speech when I run Python Program to convert Audio into Text using Python3, I get an error: Traceback (most recent call last): File…
-3
votes
1 answer

Google Cloud Speech to Text Accuracy Issue

i am trying to convert an audio file to a transcript using google cloud speech to text. the python code Audio file used for conversion Transcript i am not getting the better accuracy when i check the transcript. How to improve it? i am new to this…
mohanraj
  • 1
  • 1
-3
votes
1 answer

Returns five words of an audio of 1 minute duration

I have implemented the example code of google to convert the audio into text, the audio is hosted in google cloud and has the following features: format: flac, sample rate: 16000, 320kbps, channel: mono, language: spanish. I use the following…
-6
votes
2 answers

Google cloud platform for unity games

I am planning to use Google Cloud Platform features like Cloud Speech-to-Text, Cloud Text-to-Speech, Cloud Video Intelligence, Cloud Sentiment Analysis, and Cloud Vision in my unity games. Is there any UNITY SDK available for the above mentioned…
1 2 3
35
36