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
0
votes
1 answer

Speech-Api daily requests quota counter increses too much after one request

As I am aware of the limitations listed here, I need to receive some clarifications on the quota limit. I'm using the Node.js library to make a simple asynchronous speech-to-text API, using a .raw file which is stored in my bucket. After the request…
0
votes
0 answers

Google Speech API v1beta1 gRPC API: sample auth code

Can someone please show a sample of doing auth for the Google Speech v1beta1 gRPC API on Android? I'm trying to run the sample code in https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech. It runs fine on OSX and within…
DJCJ
  • 1
0
votes
1 answer

Invalid json payload for syncrecognize curl request

I followed https://cloud.google.com/speech/docs/getting-started and successfully ran curl -s -k -H "Content-Type: application/json" \ -H "Authorization: Bearer access_token" \ https://speech.googleapis.com/v1beta1/speech:syncrecognize \ -d…
raph
  • 268
  • 1
  • 9
0
votes
1 answer

.flac file with google cloud speech API fails

I've successfully run this nodejs demo from my local machine with the supplied .raw file. Now I would like to use my own file, which started as a .wav file which I converted using the following sox command (as per step 3 of the google speech…
AndyPerlitch
  • 3,669
  • 5
  • 25
  • 42
0
votes
1 answer

What types of audio are supported by Cloud Speech API?

There are a lot of audio formats (e.g., mp3, m4a), sources (e.g., dictation, commands, phone calls, meetings) and devices (e.g., phones, PCs, IoT devices). Which ones work best with Cloud Speech API?
Dan Holevoet
  • 9,175
  • 1
  • 31
  • 47
-1
votes
1 answer

Good tutorial for Google Cloud Speech API/Speech recognition on Mac/Python?

I am trying to use speech recognition for building a project, and as of now have had 0 luck doing so. When I try using the sample code provided from google: https://github.com/googleapis/python-speech/blob/master/samples/v1/speech_transcribe_sync.py…
-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
2 answers

Can I use google cloud speech api in microsoft azure vm?

I am trying to use google cloud speech API in microsoft azure machine(Where I have installed asterisk service). Is it possible to do this. Because in GCP we have an option where we can enable 'Allow all cloud API services'. But in microsoft we do…
-1
votes
1 answer

Cant make the google API process a WAV Audio

I want to transcribe a simple audio from a phone call. I'm currently working with the Speech API const speech = require('@google-cloud/speech').v1p1beta1; The Information about the Audio I'm trying to transcribe: Codec: PCM MU-LAW (mlaw) Channels:…
-1
votes
2 answers

Transcribing long audio file in iOS app using google-cloud-speech API

I am trying to implement speech to text API in one of my client's app. The client is a healthcare practitioner. I have a pre-recorded .wav file and I am able to get the transcribed text for the audio file by sending it's content to speech:recognize…
Ekta Bhawsar
  • 646
  • 9
  • 26
-1
votes
2 answers

How to transcribe more than 1 minute audio clip in cloud speech to text API?

My problem is, I tried to transcribe less than one minute audio clip using Google Cloud and its work but when I tried more a minute it doesn't work. So my question is, How to transcribe more than a minute audio or without limitations?
-1
votes
1 answer

Bad:Can't finish "os.path.dirname(__file)" in ubuntu (python)(google cloud speech)

thanks for helping me! I just set up google cloud speech and tried to run the code in "Make an audio transcription request" in this website: Quickstart: Using Client Libraries the code is shown below after I open ubuntu terminal: export…
LU Huang
  • 11
  • 5
-1
votes
1 answer

google-cloud-speech Medical Pre-Built Models

does anyone know if the google-cloud-speech recognition has a Medical Special Module ? in advance, Thanks Asaf Elkabets M.A.R LTD
-1
votes
1 answer

(Google Cloud Speech) Issue about Asynchronous Transcribe

I have an issue about Google Cloud Speech with Asynchronous transcribe. According to this LINK that Asynchronous can make requests up to 180 minutes. I created the speech to text program by using Google Cloud Speech with PHP development. My idea…
-1
votes
2 answers

API_Key for authentication for Cloud Speech API

I am using google speech api for python. I am trying to use API_key for authentication but it is not taking it. Has google dropped the API_keys as authentication?
1 2 3
35
36