Which two actions should you perform?

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.
A. Remove the Guid.Parse (operationid) parameter.
B. Add code to verify the results.Status value.
C. Add code to verify the status of the txtHeaders. status value.
D. Wrap the call to GetReadResultAsync within a loop that contains a delay.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.