ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 223 - AI-102 discussion

Report
Export

You are building an app that will share user images.

You need to configure the app to perform the following actions when a user uploads an image:

* Categorize the image as either a photograph or a drawing.

* Generate a caption for the image.

The solution must minimize development effort.

Which two services should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
object detection in Computer Vision
Answers
A.
object detection in Computer Vision
B.
content tags in Computer Vision
Answers
B.
content tags in Computer Vision
C.
image descriptions in Computer Vision
Answers
C.
image descriptions in Computer Vision
D.
image type detection in Computer Vison
Answers
D.
image type detection in Computer Vison
E.
image classification in Custom Vision
Answers
E.
image classification in Custom Vision
Suggested answer: C, D

Explanation:

According to theMicrosoft documentation, Computer Vision is a cloud-based service that provides developers with access to advanced algorithms for processing images and returning information. By uploading an image or specifying an image URL, Computer Vision algorithms can analyze visual content in different ways based on inputs and user choices.

According to theMicrosoft documentation, image type detection is one of the features of Computer Vision that can categorize an image as either a photograph or a drawing. You can use the image type detection feature by calling the Analyze Image API with the visualFeatures parameter set to ImageType. The API will return a JSON response with an imageType field that indicates whether the image is a photo or a clipart.

According to theMicrosoft documentation, image descriptions is another feature of Computer Vision that can generate a caption for an image. You can use the image descriptions feature by calling the Analyze Image API with the visualFeatures parameter set to Description. The API will return a JSON response with a description field that contains a list of captions for the image, each with a confidence score.

Therefore, by using these two features of Computer Vision, you can achieve your app requirements with minimal development effort. You don't need to use any other services, such as object detection, content tags, or Custom Vision, which are designed for different purposes.

asked 26/09/2024
Husein M
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first