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

Amazon Transcribe Job the file exceeds the maximum size of 2048.00 Mb

I try to create an Amazon Transcribe Job with an input file located on S3, the size of the file is 4.3 GB and when i try to create the job show me this error. What can i do with my video? should i convert the video, extract the audio or is there…
Pablo Salazar
  • 800
  • 10
  • 17
0
votes
2 answers

How can we connect aws transcribe from azure functions using python

Through AWS lambda, we used to connect with aws transcribe using transcribe = boto3.client('transcribe') Is there any possible way that we can call aws transcribe from azure functions using python?
0
votes
1 answer

AWS Transcribe - How to stop Transcribing when we see "IsPartial" flag is set to False

When AWS Transcribe is still streaming, the isPartial flag will be set to True. I want to stop the streaming once the isPartial flag is set to False How to do it? Did anyone do…
0
votes
2 answers

AWS Transcribe Error: Unable to determine service/operation name to be authorized

After a series of longs hours working with AWS transcription, I now have a new error using Postman: Unable to determine service/operation name to be authorized However, I don't…
user3856437
  • 2,071
  • 4
  • 22
  • 27
0
votes
1 answer

get aws lambda to start transcribe job with filename without extension

I have a lambda function which will start a transcribe job when an object is put into the s3 bucket. I am having trouble getting setting the transcribe job to be the file name without the extension; also the file is not putting into the correct…
Calvin
  • 407
  • 1
  • 5
  • 21
0
votes
1 answer

How do I use 'StartTranscriptionJobRequest' from the AWS Transcribe C++ API?

I am having some difficulty with AWS Transcribe for C++. I believe a simple code example would solve it for me, but I find no code examples of the AWS Transcribe API in C++, (I realize there is one for TranscribeStreamingService, but my task is far…
0
votes
1 answer

Does Amazon transcribe support Real Time transcription with word level time stamps?

I've been searching for if Amazon real time transcription does support word-level timestamps, and the closest thing I found was that AWS Transcribe Medical did support it. Do any here know if AWS does support this? If so, can you send me link with…
Beckenbaur93
  • 113
  • 9
0
votes
1 answer

AWS Transcribe: Unsupported audio format: matroska,webm

Hye I am new to AWS. My application is to record audio and convert speech to text using AWS transcribe. So I am recording audio from a web browser and I saved it to AWS S3. Later when I tried to use AWS transcribe on that audio file I am getting an…
0
votes
1 answer

AWS Transcribe, Unable to find any Boto3 code snippet to utilize the custom vocabulary

I am using AWS Transcribe for speech recognition. Though I have created my custom vocabulary, I am unable to find any Boto3 code snippet to utilize the it in python. Kindly find the sample code attached. client_transcribe =…
0
votes
1 answer

What is LENCE] in Amazon Transcribe

[Edited] So, I used Amazon Transcribe (https://aws.amazon.com/transcribe), by clicking create jobs Then, I did a job setting thing (in Amazon Transcribe > Transcription jobs > Create transcription job). Used a Japanese mp3 file and set Speaker…
0
votes
2 answers

controller method won't accept the params I send through a button although they are sent

I'm a begginer and I'm having trouble figuring this one out. Also, I don't know of a way of testing this piece of code because I'm using ActiveStorage and the method that is giving me trouble connects to an AWS API which uses the URi inside an S3…
brobert
  • 43
  • 4
0
votes
1 answer

Speech-to-Text punctuation timestamps?

Google Cloud Speech-to-Text and Amazon Transcribe both offer punctuation and word timestamps. Can I get punctuation timestamps? Specifically, I want timestamps for sentence breaks (periods, question marks, exclamation points), e.g., at 0:33 seconds,…
0
votes
1 answer

AWS transcribe using PHP API: Throttling Exception: Rate exceeded

Trying to transcribe an audio file stored in a S3 bucket which I have access, with AWS SDK PHP API, as follows, gives me a throttling exception: rate exceeded. I have read the documentation a dozen of times and can't find a simple working example…
user9671061
0
votes
1 answer

How to feed the audio stream output of the AWS Kinesis video stream to AWS Transcribe service?

How to feed the audio stream output of the AWS Kinesis video stream (KVS) to AWS Transcribe service and get realtime audio to text conversion? I ingested audio via amazon connect to KVS(Kinesis video stream), My concern is, which format kinesis…
0
votes
1 answer

What is the difference between AWS Transcribe > Streaming Transcription feature and Kinesis Video Streams(For Audio Input) for live streaming audio

Hi My requirement is I have live audio stream as input, say a call between 2 people, now to convert that audio to text on live and pick certain keywords from that extracted text and insert in Database. As per architecture in…
1 2 3
9
10