AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Identify the missing word(s) in the following azure video

Question 1 Be Honest
« Back   Next azure Cloud ai-102-ai-engineer-assoc Question »
Answer

Full Certification Question

Identify the missing word(s) in the following sentence within the context of Microsoft Azure. Scenario: You have been contracted by Wayne Enterprises; a company owned by Bruce Wayne with a market value of over twenty-seven million dollars. Bruce founded Wayne Enterprises shortly after he created the Wayne Foundation, and he became the president and chairman of the company. The current task at hand is retrieving handwritten text from an image. Using Azure CLI, you have executed the following code: Azure CLI curl "https://.api.cognitive.microsoft.com/vision/v2.0/recognizeText?mode=Handwritten" - H "Ocp-Apim-Subscription-Key: $key" - H "Content-Type: application/json" - d "{'url' : 'https://raw.githubusercontent.com/MicrosoftDocs/mslearn-process-images-with-the-computer-vision-service/master/images/handwriting.jpg'}" - D - The above dumps the headers of this operation to the console. Azure CLI HTTP / 1.1 202 Accepted Cache - Control : no - cache Pragma : no - cache Content - Length : 0 Expires : - 1 Operation - Location : https : //westus2.api.cognitive.microsoft.com/vision/v2.0/textOperations/d0e9b397-4072-471c-ae61-7490bec8f077 X - AspNet - Version : 4.0 . 30319 X - Powered - By : ASP . NET apim - request - id : f5663487 - 03c6 - 4760 - 9be7 - c9157fac10a1 Strict - Transport - Security : max - age = 31536000 ; includeSubDomains ; preload x - content - type - options : nosniff Date : Wed , 12 Sep 2020 19 : 22 : 00 GMT The next step will be to execute a new command in Azure Cloud Shell. Azure CLI curl - H "Ocp-Apim-Subscription-Key: $key" "[?]" | jq '.' Which should replace [?] in the last line of code?