Question Details

No question body available.

Tags

artificial-intelligence azure-document-intelligence

Answers (1)

February 3, 2026 Score: 0 Rep: 1 Quality: Low Completeness: 40%

You are correct, the class AnalyzeDocumentContent has been removed in recent versions of the Azure.AI.DocumentIntelligence SDK.

In the official 1.0.0 release and newer versions, the AnalyzeDocumentAsync method overloads now directly accept either a Stream for binary content or a URL string, and configuration options are passed via an AnalyzeDocumentOptions object.