You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/analyze-images/6-knowledge-check.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,24 @@ quiz:
18
18
questions:
19
19
- content: "What is the purpose of the Azure AI Vision Computer Vision service?"
20
20
choices:
21
-
- content: "To provide functionality for audio transcription"
21
+
- content: "To provide reporting and auditing of virtual machines in your Azure subscriptions"
22
22
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"
25
25
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"
28
28
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?"
31
31
choices:
32
32
- content: "Tags"
33
33
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."
35
35
- content: "DenseCaptions"
36
36
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"
39
39
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."
0 commit comments