Setting the file. One moment.
Subchapter 3.5
references/sdk/azure-ai-document-intelligence-dotnet.mdMarkdown1 KBView on GitHub
Condensed from azure-ai-document-intelligence-dotnet. Full patterns (custom models, classifiers, layout extraction) in the plugin skill if installed.
dotnet add package Azure.AI.DocumentIntelligenceusing Azure.AI.DocumentIntelligence;
var client = new DocumentIntelligenceClient(new Uri(endpoint), credential);
var adminClient = new DocumentIntelligenceAdministrationClient(new Uri(endpoint), credential);await client.AnalyzeDocumentAsync(WaitUntil.Completed, "prebuilt-invoice", uri)document.Fields.TryGetValue("VendorName", out DocumentField field)BuildDocumentModelOptions(modelId, DocumentBuildMode.Template, blobSource)WaitUntil.CompletedConfidence property