Designing and Implementing a Microsoft Azure AI Solution — Question 21

You plan to build an app that will generate a list of tags for uploaded images. The app must meet the following requirements:

• Generate tags in a user's preferred language.
• Support English, French, and Spanish.
• Minimize development effort.

You need to build a function that will generate the tags for the app.

Which Azure service endpoint should you use?

Answer options

Correct answer: C

Explanation

The correct answer is C, Computer Vision Image Analysis, as it provides capabilities to analyze images and generate descriptive tags based on their content. Options A and B are not designed for generating language-specific tags, while D focuses on translation rather than image analysis.