AI-102 · Question #404
AI-102 Question #404: Real Exam Question with Answer & Explanation
The correct answer is C: Azure Custom Vision image classification. Azure Custom Vision can be used to tag images in different languages, but the process involves training your custom model with labeled data in the target language(s). While the core Custom Vision service handles image classification and object detection, the language of the tags
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
- ACustom Translator
- BAzure AI Vision Image Analysis
- CAzure Custom Vision image classification
- DAzure AI Content Safety Analyze image
Explanation
Azure Custom Vision can be used to tag images in different languages, but the process involves training your custom model with labeled data in the target language(s). While the core Custom Vision service handles image classification and object detection, the language of the tags is determined by the language you use when labeling your training data. Custom Vision's Core Function: Azure Custom Vision focuses on building and deploying computer vision models for image classification and object detection. It allows you to train a model on your own dataset, so the model can recognize specific objects or scenarios in your images. https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/getting-started-build-a-c
Topics
Community Discussion
No community discussion yet for this question.