Valid AI-102 Dumps shared by ExamDiscuss.com for Helping Passing AI-102 Exam! ExamDiscuss.com now offer the newest AI-102 exam dumps, the ExamDiscuss.com AI-102 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AI-102 dumps with Test Engine here:
You have receipts that are accessible from a URL. You need to extract data from the receipts by using Form Recognizer and the SDK. The solution must use a prebuilt model. Which client and method should you use?
Correct Answer: D
To analyze receipts from a URL, use the StartRecognizeReceiptsFromUri method Example code: private static async Task AnalyzeReceipt( FormRecognizerClient recognizerClient, string receiptUri) { RecognizedFormCollection receipts = await recognizerClient.StartRecognizeReceiptsFromUri(new Uri(receiptUrl)).WaitForCompletionAsync(); Reference: https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/client-library