Which code should you use?
You have the following C# method for creating Azure Cognitive Services resources programmatically.

You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?
A . create_resource(client, "res1", "ComputerVision", "F0", "westus")
B . create_resource(client, "res1", "CustomVision.Prediction", "F0", "westus")
C . create_resource(client, "res1", "ComputerVision", "S0", "westus")
D . create_resource(client, "res1", "CustomVision.Prediction", "S0", "westus")
Answer: B
Explanation:
https://azure.microsoft.com/en-us/pricing/details/cognitive-services/computer-vision/
Latest AI-102 Practice Questions with 80 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations