Question 76

You have an app that analyzes images by using the Computer Vision API.
You need to configure the app to provide an output for users who are vision impaired. The solution must provide the output in complete sentences.
Which API call should you perform?
  • Question 77

    You are designing a conversation flow to be used in a chatbot.
    You need to test the conversation flow by using the Microsoft Bot Framework Emulator.
    How should you complete the .chat file? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 78

    You plan to provision a QnA Maker service in a new resource group named RG1.
    In RG1, you create an App Service plan named AP1.
    Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • Question 79

    You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.

    During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.
    You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.
    Which two actions should you perform? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.
  • Question 80

    You have a Custom Vision resource named acvdev in a development environment.
    You have a Custom Vision resource named acvprod in a production environment.
    In acvdev, you build an object detection model named obj1 in a project named proj1.
    You need to move obj1 to acvprod.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.