Question

Difficulty: MediumAWS Machine Learning Services

A digital media publishing company is building an automated news broadcasting application. The application must convert written news articles into natural-sounding spoken audio files, and it must also translate the written articles from English into Spanish and French. Which two AWS services should the company use to meet these requirements? (Select TWO.)

  1. Amazon PollyAnswer
  2. B
    Amazon Transcribe
  3. Amazon TranslateAnswer
  4. D
    Amazon Lex
  5. E
    Amazon Rekognition

Answer

Amazon Polly and Amazon Translate
To meet the requirements, the company should use Amazon Polly to convert the written text of the news articles into natural-sounding speech (text-to-speech), and Amazon Translate to translate the written articles from English into Spanish and French (language translation).

Step-by-Step Solution

1
Identify the first requirement in the scenario, which is to convert written text (news articles) into natural-sounding spoken audio files.
This requires a text-to-speech service, which maps to Amazon Polly.
Amazon Polly uses advanced deep learning technologies to synthesize natural-sounding human speech from text.
2
Identify the second requirement in the scenario, which is to translate written English text into Spanish and French.
This requires a language translation service, which maps to Amazon Translate.
Amazon Translate provides highly accurate neural machine translation across a wide range of languages.

Key Concept

AWS Machine Learning Services specialize in different domains: Amazon Polly for text-to-speech, Amazon Translate for language translation, Amazon Transcribe for speech-to-text, and Amazon Lex for conversational chatbots.
Rate this question