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 Form 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 Consultant-Bookkeeper group? A. documentResults.docType == "prebuilt:receipt" B. documentResults.fields.*.confidence < 0.7 C. documentResults.fields.ReceiptType.confidence > 0.7 D. documentResults.fields.MerchantName.confidence < 0.7  Suggested Answer: D 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 This question is in AI-102 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer