CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 55: AI-102: Designing and Implementing a Microsoft Azure AI Solution

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 preve…

Nội dung câu hỏi

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.NOTE: Each correct selection is worth one point.

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Remove the Guid.Parse(operationId) parameter.
  2. B. Add code to verify the results.Status value. — đáp án hiện tại
  3. C. Add code to verify the status of the txtHeaders.Status value.
  4. D. Wrap the call to GetReadResultAsync within a loop that contains a delay. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề