Amazon Polly
Amazon Polly is a service that converts text into speech, which is the opposite direction of this question.
It is not a service that transcribes audio into text, so it is incorrect.
Which AWS service is BEST suited for automatically transcribing recorded audio from meetings or call centers into text so that it can be searched and analyzed?
Selecting an AI service that converts speech into text.
Amazon Polly
Amazon Polly is a service that converts text into speech, which is the opposite direction of this question.
It is not a service that transcribes audio into text, so it is incorrect.
Amazon Comprehend
Amazon Comprehend is a natural language processing (NLP) service that extracts sentiment, key phrases, and named entities from text.
Its input is text, and the step of converting recorded audio into text is the role of Transcribe, so it is incorrect. The correct combination is to use it for analysis after transcription.
Amazon Translate
Amazon Translate is a service that translates text into another language.
It is not a service that transcribes audio into text, so it is incorrect.
Amazon Transcribe
Correct. Amazon Transcribe is an AI service that converts speech into text (speech recognition / transcription). It automatically turns meeting and call center recordings into text for use in search, analysis, and subtitle generation.
Transcribe = speech to text (transcription) / Polly = text to speech (synthesis). Translation is Translate, and text analysis is Comprehend. Identify the AI service by its input and output.