ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 111 - AI-102 discussion

Report
Export

You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements. You upload the receipt images to the From Recognizer API for analysis, and the API returns the following JSON.

Which expression should you use to trigger a manual review of the extracted information by a member of the ConsultantBookkeeper group?

A.
documentResults.docType == "prebuilt:receipt"
Answers
A.
documentResults.docType == "prebuilt:receipt"
B.
documentResults.fields.".confidence < 0.7
Answers
B.
documentResults.fields.".confidence < 0.7
C.
documentResults.fields.ReceiptType.confidence > 0.7
Answers
C.
documentResults.fields.ReceiptType.confidence > 0.7
D.
documentResults.fields.MerchantName.confidence < 0.7
Answers
D.
documentResults.fields.MerchantName.confidence < 0.7
Suggested answer: D

Explanation:

Need to specify the field name, and then use < 0.7 to handle trigger if confidence score is less than 70%. Scenario:

AI solution responses must have a confidence score that is equal to or greater than 70 percent.

When the response confidence score of an AI response is lower than 70 percent the response must be improved by human input.

Reference:

https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/api-v2-0/reference-sdk-api-v2-0

asked 26/09/2024
mohammed rafiuddin
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first