Skip to content

Commit acc76b5

Browse files
authored
Merge pull request #50330 from GraemeMalcolm/main
Fixed service name
2 parents cab2a06 + fc7d2aa commit acc76b5

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ durationInMinutes: 2
1616
quiz:
1717
title: "Check your knowledge"
1818
questions:
19-
- content: "What is the purpose of the Azure AI Vision service?"
19+
- content: "What is the purpose of Azure AI Vision Image Analysis?"
2020
choices:
21-
- content: "To provide functionality for audio transcription"
21+
- content: "To provide reporting and auditing of virtual machine templates in your Azure subscriptions"
2222
isCorrect: false
23-
explanation: "Incorrect. The Azure AI Vision service is designed to extract information from images, not audio."
24-
- content: "To extract information from images"
23+
explanation: "Incorrect. Azure AI Vision Image Analysis doesn't 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. Azure AI Vision Image Analysis 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 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. Azure AI Vision Image Analysis isn't designed for web-cam and video conferencing management."
30+
- content: "You want to use Azure AI Vision Image Analysis 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 categories 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

learn-pr/wwl-data-ai/read-text-images-documents-with-computer-vision-service/4-use-read-api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.read-text-images-documents-with-computer-vision-service.using-read-api
3-
title: Use the Read API
3+
title: Read text with Azure AI Vision Image Analysis
44
metadata:
5-
title: Use the Read API
6-
description: Use the Read API
5+
title: Read text with Azure AI Vision Image Analysis
6+
description: Use the Read Visual Feature of Azure AI Vision Image Analysis
77
author: ivorb
88
ms.author: berryivor
99
ms.date: 05/06/2025

learn-pr/wwl-data-ai/read-text-images-documents-with-computer-vision-service/6-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ quiz:
1515
questions:
1616
- content: "Which service should you use to locate and read text in signs within a photograph of a street?"
1717
choices:
18-
- content: "Azure AI Language"
18+
- content: "Azure AI Language Named Entity Recognition"
1919
isCorrect: false
2020
explanation: "Incorrect: Azure AI Language isn't able to do OCR."
2121
- content: "Azure AI Document Intelligence"
2222
isCorrect: false
2323
explanation: "Incorrect: Azure Document Intelligence is designed to extract text from documents and forms."
24-
- content: "Azure AI Vision"
24+
- content: "Azure AI Vision Image Analysis"
2525
isCorrect: true
2626
explanation: "Correct: The Image Analysis feature on Azure AI Vision includes OCR capabilities that can extract text from images."
2727
- content: "Which visual feature enumeration should you use to return OCR results from an image analysis call?"
@@ -35,7 +35,7 @@ quiz:
3535
- content: "VisualFeatures.Tags"
3636
isCorrect: false
3737
explanation: "Incorrect: The VisualFeatures.Tags enumeration returns suggested tags to help categorize the image."
38-
- content: "Text location information in an image is returned at which levels by the Azure AI Vision image analysis API?"
38+
- content: "Text location information in an image is returned at which levels by Azure AI Vision Image Analysis?"
3939
choices:
4040
- content: "The location of individual *words* only."
4141
isCorrect: false

0 commit comments

Comments
 (0)