hiexam
microsoft · AI-102 · Q650 · code_completion · azure_cognitive_services, code_implementation

HOTSPOT - You plan to provision Azure Cognitive Services resources by using the following method. You need to create…

HOTSPOT - You plan to provision Azure Cognitive Services resources by using the following method. You need to create a Standard tier resource that will convert scanned receipts into text. //IMG// How should you call the method? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. //IMG//
static void provision_resource(CognitiveServicesManagementClient client, string name, string kind, string tier, string location)
{
    CognitiveServicesAccount parameters =
        new CognitiveServicesAccount(null, null, kind, location, name,
            new CognitiveServicesAccountProperties(), new Sku(tier));
    result = client.Accounts.Create(resource_group_name, tier, parameters);
}
Correct slot values

Answer hidden

Unlock AI-102

First 5 questions of every exam are free. Unlock the rest.

Includes
  • · All — questions
  • · Verified answers + AI explanations
  • · Spaced-repetition mistake notebook
  • · Phone, tablet, laptop sync

One-time payment. Doesn't auto-renew. · Already paid? Sign in