Skip to content

Commit 9cc57a6

Browse files
committed
Updated review questions
1 parent ab5165d commit 9cc57a6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

learn-pr/wwl-data-ai/analyze-images/6-knowledge-check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ quiz:
1818
questions:
1919
- content: "What is the purpose of the Azure AI Vision Computer Vision service?"
2020
choices:
21-
- content: "To provide functionality for audio transcription"
21+
- content: "To provide reporting and auditing of virtual machines in your Azure subscriptions"
2222
isCorrect: false
23-
explanation: "Incorrect. The Azure AI Vision Computer Vision service is designed to extract information from images, not audio."
24-
- content: "To extract information from images"
23+
explanation: "Incorrect. The Azure AI Vision Computer Vision service does not audit virtual machines."
24+
- content: "To extract information about visual features in images"
2525
isCorrect: true
26-
explanation: "The Azure AI Vision service is designed to help you extract information from images through various functionalities."
27-
- content: "To detect the presence and location of specific sounds within an audio file"
26+
explanation: "Correct. The Azure AI Vision service is designed to help you extract information from images."
27+
- content: "To support video conferencing and web-cam communication"
2828
isCorrect: false
29-
explanation: "Incorrect. The Azure AI Vision Computer Vision service is designed to extract information from images, not audio."
30-
- content: "You want to use the Azure AI Vision Analyze Image function to generate an appropriate caption for an image. Which visual feature should you specify?"
29+
explanation: "Incorrect. The Azure AI Vision Computer Vision service is not designed for web-cam and video conferencing management."
30+
- content: "You want to use the Azure AI Vision Computer Vision service to generate suggested text descriptions for an image. Which visual feature should you specify?"
3131
choices:
3232
- content: "Tags"
3333
isCorrect: false
34-
explanation: "Incorrect. To generate a caption, include the DenseCaptions visual feature in your analysis."
34+
explanation: "Incorrect. Tags are individual categries that you can apply to images - not descriptions."
3535
- content: "DenseCaptions"
3636
isCorrect: true
37-
explanation: "Correct. To generate a caption, include the DenseCaptions visual feature in your analysis."
38-
- content: "Objects"
37+
explanation: "Correct. To generate a list of captions, include the DenseCaptions visual feature in your analysis."
38+
- content: "Read"
3939
isCorrect: false
40-
explanation: "Incorrect. To generate a caption, include the DenseCaptions visual feature in your analysis."
40+
explanation: "Incorrect. The Read visual feature is used to read text in an image, not to generate a description."
4141

0 commit comments

Comments
 (0)