You create a model-driven app.
You need to use an AI model.
What AI Builder control is available for the model-driven app to use?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: C
Currently, AI Builder provides a list of standard and custom models for Power Platform products.
The list includes models like prediction, object detection, form processor, text classification, category classification, entity extraction, etc.
AI Builder Business card reader is only one model available as a component for model-driven Power Apps apps.
All other options are incorrect.
For more information about using AI Builder Business card reader with Power Apps, please visit the below URLs:
When you create a model-driven app in Microsoft Power Platform, you can incorporate artificial intelligence (AI) capabilities into the app by using AI Builder controls. AI Builder is a no-code/low-code platform that allows users to easily add AI capabilities to their apps without requiring any programming knowledge.
To use an AI model in a model-driven app, you need to select the appropriate AI Builder control. The available AI Builder controls that can be used in a model-driven app are:
A. Form Processing: This control allows you to extract information from structured documents, such as invoices, receipts, and purchase orders. It uses optical character recognition (OCR) to recognize and extract data from the form. The extracted data can be used to populate fields in the app or to trigger workflows.
B. Text Recognition: This control allows you to extract text from images, such as scanned documents or photographs. It uses OCR to recognize text in the image and convert it into editable text. The extracted text can be used to populate fields in the app or to trigger workflows.
C. Business Card Reader: This control allows you to scan business cards and extract the contact information, such as name, phone number, and email address. The extracted information can be used to create a new contact in the app or to update an existing contact.
D. Object Detection: This control allows you to detect and identify objects in images or video streams. It uses machine learning algorithms to recognize objects and classify them into predefined categories. The detected objects can be used to trigger workflows or to perform other actions in the app.
Therefore, the correct answer to the question is: A. Form Processing, as it is the only AI Builder control listed that is designed to work with structured documents, which are commonly used in model-driven apps.