Exam AI-103 Topic 1 Question 95 Discussion

Actual exam question for Microsoft's AI-103 exam
Question #: 95
Topic #: 1
You are building an app that will share user images. You need to configure the app to:
* Categorize each image as a photograph or drawing.
* Generate a caption for the image.
* Minimize development effort.
Which two services should you include?

Suggested Answer: A,E Vote an answer

Use image type detection to distinguish drawings from ordinary photographic content. Azure Vision's ImageType visual feature returns information including lineDrawingType, which indicates whether the submitted image is a line drawing, and clipArtType, which estimates whether it is clip art. The application can use these pretrained results to implement the required photograph-versus-drawing categorization without collecting labeled images or training a custom classifier.
Use image descriptions to generate the caption. Azure Vision Image Analysis provides the Caption visual feature, which generates a concise, one-sentence description of the overall image. Dense Captions can additionally describe individual regions, but the standard Caption feature directly satisfies the stated requirement.
Object detection identifies and locates individual objects by using bounding boxes; it does not determine whether the entire image is a photograph or drawing. Content tags produce descriptive keywords rather than a natural-language caption. Azure Custom Vision classification could be trained for the image-type distinction, but it would require image collection, labeling, training, evaluation, and deployment, increasing development effort unnecessarily.
Study Guide alignment: configure applications to produce captions and implement solutions that identify visual characteristics within images .

by Francis at Aug 08, 2026, 10:29 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10