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

Câu 5: AZ-200: Microsoft Azure Developer Core Solutions

DRAG DROP -You need to upload a video URL to Azure Video Indexer and return the video id. Which three code segments should you use to complete the solution? To answer, move the appropriate code segments from the code segments to the answer area and arrange them in the correct order. Select and Place:

Nội dung câu hỏi

DRAG DROP -You need to upload a video URL to Azure Video Indexer and return the video id. Which three code segments should you use to complete the solution? To answer, move the appropriate code segments from the code segments to the answer area and arrange them in the correct order. Select and Place:

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. Step 1: var uploadRequestResult = client.PostAsync($"{apiUrl}/{location}/Accounts/{accountId}/Videos?accessToken={accountAccessToken}&name=some_name&description=some_description&privacy=private&partition=some_partition&videoUrl={videoUrl}", content).Result; Step 2: var uploadResult = uploadRequestResult.Content.ReadAsStringAsync().Result; Step 3: var videoId = JsonConvert.DeserializeObject (uploadResult)["id"];Get the video id from the upload result. References:https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-use-apis — đá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ề