nerdexam
Microsoft

AI-102 · Question #227

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…

The correct answer is C. Computer Vision Image Analysis. https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/language-support#ima Some features of the Analyze - Image API can return results in other languages, specified with the language query parameter. Other actions return results in English regardless of…

Submitted by haru.x· Mar 30, 2026Implement Computer Vision solutions

Question

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?

Options

  • AContent Moderator Image Moderation
  • BCustom Vision image classification
  • CComputer Vision Image Analysis
  • DCustom Translator

How the community answered

(43 responses)
  • A
    16% (7)
  • B
    5% (2)
  • C
    72% (31)
  • D
    7% (3)

Explanation

https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/language-support#ima Some features of the Analyze - Image API can return results in other languages, specified with the language query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the visualFeatures and details query parameters; see the Overview for a list of all the actions you can do with image analysis. Languages for tagging are only available in API version 3.2 or later.

Topics

#Azure Computer Vision#Image Tagging#Multilingual AI#Image Analysis

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice