Build an App for Reading Recipe Instructions Aloud | AI-900 Exam Answer

Build an App for Reading Recipe Instructions Aloud

Question

You need to build an app that will read recipe instructions aloud to support users who have reduced vision.

Which version service should you use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C

https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/#features

The most appropriate Azure Cognitive Service for building an app that can read recipe instructions aloud to support users with reduced vision is the Speech service (Option C).

The Speech service provides developers with the ability to add speech-to-text and text-to-speech capabilities in their applications. It allows the app to convert text into natural-sounding audio, which is ideal for applications where users need to hear instructions, like cooking recipes.

Option A, Text Analytics, is a service that allows developers to extract insights from text data. Text Analytics is not suitable for converting text to speech, which is the main functionality required for this app.

Option B, Translator, is a service that allows developers to add translation capabilities to their applications. While this service can translate text from one language to another, it is not designed to convert text to speech.

Option D, Language Understanding (LUIS), is a service that enables developers to create natural language understanding applications. LUIS is used for understanding user intents and extracting relevant information from text. While LUIS can be used in combination with the Speech service to create a more advanced application, it is not designed to convert text to speech.

In conclusion, the most appropriate Azure Cognitive Service for building an app that can read recipe instructions aloud to support users with reduced vision is the Speech service (Option C).