Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Amazon Transcribe
Automatically convert speech to text
Content language: English
Select up to 5 tags to filter
Sort by most recent
132 results
I used transcription jobs to transcribe a 4-second audio, but it took me 7 seconds. I feel that this time is long compared to other models.Thanks.
Hello,
I would like to send to Transcribe voice information from React Native app using Amplify Gen 2 according to the documentation.
The problem is that this code:
```
for (const chunk of chunk...
Hi there,
My customer is writing a python code to call Transcibe Stream API (StartStreamTranscription) using Python. The intention was to use the auto-detect language option, which in our documen...
Hi everyone,
I am trying to set up amplify Predictions transcribe in my react native app and I keep getting a Transcription error: [NoRegion: Missing region.] but i can't seem to find where to add t...
Hi, we need to tag transcribe analytics post call job.
It should be doable reading here https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
> In Amazon Transcribe, you can tag the followin...
As the title suggests, I am trying to use the Python SDK to utilize the Transcribe service. I found that the console allows the use of automatic language identification during streaming, but I can't f...
Hi all, I am struggling to understand how pricing works for Amazon Transcribe.
1. Is Amazon Transcribe able to process both audio files (for batch processing) and audio stream?
2. For standard batch, ...
Is it possible to improve the accuracy of the Swedish Speech Model with a custom vocabulary? I have followed some [tutorials ](https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary-create...
Hello,
- I have a nodejs project, recording audio in .flac format following along with the AWS docs.
- I’ve connecting to AWS Transcribe via websockets, and attempting to send the audio for text tran...
I have a customer who wants to display real-time transcription in the CCP (Contact Control Panel) for Amazon Connect.
Currently, we have real-time transcription enabled in our flows, but I am unable ...
I'm using the `@aws-sdk/client-transcribe-streaming` library to transcribe audio in realtime from the browser on user devices.
This is resulting in intermittent errors in what appear to be mobile/slo...
Hi,
I'm using the Amazon Transcribe service with its Python API to convert audio to text. The transcript results come in JSON format. I'd like to extract specific information from the JSON, including...