00:00

QUESTION 16

HOTSPOT - (Topic 3)
You are building an app that will share user images.
You need to configure the app to meet the following requirement’s
• uploaded images must be scanned and any text must be extracted from the images.
• Extracted text must be analyzed for the presence of profane language.
• The solution must minimize development effort.
what should you use for each requirement? To answer, select the apocopate opinions in the answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit
Solution:

Text Extraction: b) Computer Vision
Computer Vision is a service that can analyze images and extract text from them using optical character recognition (OCR) or read API1. OCR can detect and extract printed or handwritten text from images in various languages and formats, such as PDF, TIFF, or JPEG2. Read API can perform asynchronous batch processing of text from multiple images, and can also handle text in tables, mixed languages, and rotated text3.
Profane Language Detection: c) Content Moderator
Content Moderator is a service that can detect and filter out potentially offensive or unwanted content in text, images, and videos. For text, Content Moderator can identify profane or abusive language, personal data, and custom terms that you define. You can also use Content Moderator to review and moderate the content manually or automatically using workflows.

Does this meet the goal?

Correct Answer: A

QUESTION 17

- (Topic 3)
Which Azure Storage service implements the key/value model?

Correct Answer: C

QUESTION 18

HOTSPOT - (Topic 1)
You are planning the product creation project.
You need to build the REST endpoint to create the multilingual product descriptions. How should you complete the URI? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit
Solution:
Box 1: api-nam.cognitive.microsofttranslator.com
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0- reference
Box 2: /translate

Does this meet the goal?

Correct Answer: A

QUESTION 19

- (Topic 3)
You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer
You need to analyze the extracted information by using Microsoft Power Bl. The solution must minimize development effort.
What should you add to the indexer?

Correct Answer: C

QUESTION 20

HOTSPOT - (Topic 3)
You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.
You have the following code segment.
AI-102 dumps exhibit
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit
Solution:
AI-102 dumps exhibit

Does this meet the goal?

Correct Answer: A