Questions tagged [amazon-transcribe]

Amazon Transcribe is a speech recognition service within AWS for speech-to-text-capability. Using the Amazon Transcribe API, you can analyze audio files stored in Amazon S3 and have the service return a text file of the transcribed speech.

Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for developers to add speech-to-text capability to their applications. Using the Amazon Transcribe API, you can analyze audio files stored in Amazon S3 and have the service return a text file of the transcribed speech.

Amazon Transcribe can be used for lots of common applications, including the transcription of customer service calls and generating subtitles on audio and video content. The service can transcribe audio files stored in common formats, like WAV and MP3, with time stamps for every word so that you can easily locate the audio in the original source by searching for the text. Amazon Transcribe is continually learning and improving to keep pace with the evolution of language.

Resources:

144 questions
0
votes
0 answers

AWS Transcribe - Unable to fetch custom vocabulary

I am working on building an external site to manage transcriptions and am currently trying to fetch a custom vocabulary I have created for AWS Transcribe using the API. My intention is to fetch the list of words, display them in a textbox for the…
0
votes
2 answers

extract all aws transcribe results using boto3

I have a couple hundred transcribed results in aws transcribe and I would like to get all the transcribed text and store it in one file. Is there any way to do this without clicking on each transcribed result and copy and pasting the text?
waterbear
  • 3
  • 2
0
votes
1 answer

Invoke another lambda after the AWS transcribe process is completed

I have a lambda which will get triggered when anyone uploads a audio file to the bucket. I need to process the file using the AWS Transcribe asynchronously. I wrote the code to do that but the problem is its check only once, it is not the calling…
Viswanath
  • 3
  • 9
0
votes
2 answers

Amazon transcribe "Operation not found: StartTranscriptionJob"

Windows 7 Pro PHP 7.0.2 AWS transcribe API 2017-10-26 Hi, I'm trying to use Amazon Web Services to transcribe recordings from an IVR (Please leave your name after the tone. etc) using PHP. I can upload the recordings to my AWS bucket (so…
mxlothar
  • 25
  • 8
0
votes
1 answer

Automate the process when a new file is uploaded in S3?

Is there a way to setup a trigger so that when a new file is uploaded in "Bucket A", AWS will transcribe the audio immediately? Currently, I will have to manually transcribe which is not ideal. Thanks!
0
votes
1 answer

AWS Transcribe: Fails with ('Connection aborted.', error(54, 'Connection reset by peer'))

I am able to run polly from the command line but the same time when I try to use AWS Transcribe I get a connection reset error JSON: JSON received: { "TranscriptionJobName": "test", "LanguageCode": "en-US", "MediaSampleRateHertz":…
anotherCoder
  • 712
  • 3
  • 11
  • 25
0
votes
1 answer

Transcoder and Transcribe SDKs. Do I also Need SQS?

I am developing a Spring Boot application where I need to upload an mp3 file into Amazon S3 Bucket, then cut it within a specific time frame using Elastic Transcoder and finally have that audio part converted into text using Transcribe. I had a look…
-1
votes
1 answer

check if transcribe job exists if it exists delete it

Hello I'm using the aws cli with pyhon. I need to delete previous jobs from the transcription service to prevent a high invoice. My problem remains when the script starts because yet there isn't any job, I need delete if it exist and if it doesn't…
-1
votes
1 answer

How do I use OutputBucketName in python 3 for amazon transcribe

Hi All first post help greatly appreciated I have looked everywhere on the internet and tried guessing how to use it with no answer to this question Thanks Question: How do I use OutputBucketName in python 3 for amazon transcribe
1 2 3
9
10