skip to Main Content

azure document intelligence API PRebuilt-layout with KeyValuePairs feature (C# SDK)

The following code is throwing an Invalid argument error on KeyValuePairs while keyValuePairs feature exists and is valid. Can you help explain? AnalyzeDocumentOperation operation = await client.AnalyzeDocumentFromUriAsync(WaitUntil.Completed, "prebuilt-layout", fileUri, new AnalyzeDocumentOptions() { Features = { DocumentAnalysisFeature.KeyValuePairs } }); Error message:…

VIEW QUESTION
Back To Top
Search