PRODUCTION SCENARIO
A conference platform needs to display live captions while speakers are talking. The platform also needs to produce transcripts of recorded sessions that are stored in Amazon S3.
Which AWS service will meet both requirements?
Answering here is anonymous. Nothing is saved unless you sign in.
Show answer and explanation
Answer: Amazon Transcribe
Amazon Transcribe is the automatic speech recognition service. It transcribes media in real time through streaming for the live captions, and it transcribes media files in an S3 bucket through batch jobs for the recordings. Amazon Polly converts text to speech, Amazon Comprehend analyzes existing text, and Amazon Translate converts text between languages.
Official Source: https://docs.aws.amazon.com/transcribe/latest/dg/what-is.html ↗