Question

Difficulty: EasyAWS Machine Learning Services

A healthcare clinic wants to improve accessibility for its patient portal. The clinic needs to convert written patient guides into natural-sounding spoken audio files, and implement a conversational chatbot to help patients schedule appointments. Which two AWS machine learning services should the clinic use to meet these requirements?

  1. Amazon PollyAnswer
  2. Amazon LexAnswer
  3. C
    Amazon Rekognition
  4. D
    Amazon SageMaker
  5. E
    Amazon Comprehend

Answer

Amazon Polly and Amazon Lex
Amazon Polly is correct because it is a service that turns text into lifelike speech, addressing the requirement for audio guides. Amazon Lex is correct because it is used to build conversational interfaces for applications using voice and text, addressing the chatbot requirement.

Step-by-Step Solution

1
Identify the service for text-to-speech conversion.
Amazon Polly
Converting written patient guides into spoken audio files requires a text-to-speech service.
2
Identify the service for building conversational interfaces.
Amazon Lex
Creating a chatbot to help patients schedule appointments requires natural language understanding and conversational interface design.

Key Concept

AWS Machine Learning Services
Estimated Time:45s
Rate this question