Skip to Content

AI-900: How to Identify Well-Known Buildings in Images Using Azure Computer Vision?

Learn how to use Azure’s Computer Vision service to analyze images and identify famous landmarks and well-known buildings, using the landmarks domain for accurate categorization.

Table of Contents

Question

You decided to use the Computer Vision service to analyze set of images, which has locations, to identify well-known buildings. What should you do?

A. Retrieve the categories for the image, specifying the celebrities domain.
B. Retrieve the categories for the image, specifying the landmarks domain.
C. Retrieve the objects in the image.

Answer

A. Retrieve the categories for the image, specifying the celebrities domain.

Explanation

To identify well-known buildings in a set of images using Azure’s Computer Vision service, you should retrieve the categories for each image while specifying the landmarks domain.

The Computer Vision service allows you to analyze images and categorize their content. When categorizing images, you can specify a particular domain to focus the analysis on a specific area. The available domains are:

  • Celebrities: Identifies well-known people/celebrities
  • Landmarks: Identifies well-known buildings/landmarks
  • Objects: Identifies common objects and everyday items

Since your goal is to identify famous buildings and landmarks in the images, you should use the landmarks domain when retrieving categories. This will ensure the Computer Vision service focuses on identifying well-known architectural and natural landmarks.

Simply retrieving objects would identify everyday objects in the images, but not necessarily famous buildings. And the celebrities domain is used for recognizing well-known people, not landmarks.

Therefore, the correct approach is to retrieve the categories for each image while specifying the landmarks domain. This will allow the Computer Vision service to accurately identify and categorize any well-known buildings present in your set of images.

To identify well-known buildings in images using a Computer Vision service, you should: Retrieve the categories for the image, specifying the landmarks domain. – This option is specifically tailored for identifying landmarks and well-known buildings, making it the most appropriate choice for this task. So the correct answer is Retrieve the categories for the image, specifying the landmarks

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump

Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.