
Ultimate access to all questions.
Your team has developed a custom object detection model using Azure AI Vision to identify and locate objects within images. You need to consume this model in a web application. Which of the following is the most appropriate way to integrate the custom vision model into the web application?
A
Embed the model's code directly into the web application's frontend.
B
Use the model's REST API to send image data and receive predictions.
C
Download the model's trained weights and run inference locally on the client's device.
D
Re-train the model using the web application's data to improve its performance.