Skip to content

Commit 2c2cc1a

Browse files
committed
Updated service name
1 parent 485d33d commit 2c2cc1a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ durationInMinutes: 2
1616
quiz:
1717
title: "Check your knowledge"
1818
questions:
19-
- content: "What is the purpose of the Azure AI Vision Computer Vision service?"
19+
- content: "What is the purpose of Azure AI Vision Image Analysis?"
2020
choices:
21-
- content: "To provide reporting and auditing of virtual machines in your Azure subscriptions"
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 Computer Vision service doesn't audit virtual machines."
23+
explanation: "Incorrect. Azure AI Vision Image Analysis doesn't audit virtual machines."
2424
- content: "To extract information about visual features in images"
2525
isCorrect: true
26-
explanation: "Correct. The Azure AI Vision service is designed to help you extract information from images."
26+
explanation: "Correct. Azure AI Vision Image Analysis is designed to help you extract information from images."
2727
- content: "To support video conferencing and web-cam communication"
2828
isCorrect: false
29-
explanation: "Incorrect. The Azure AI Vision Computer Vision service isn't 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?"
29+
explanation: "Incorrect. Azure AI Vision CImage 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

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)