- In the previous version, you would call the
analyzemethod on theImageAnalysisClientto analyze an image from a publicly accessible URL, or from a memory buffer. To better align with other Azure client libraires, this was changed in this release. Call the new dedicatedanalyze_from_urlmethod to analyze an image from URL. Keep calling theanalyzemethod to analyze an image from a memory buffer.
- Azure Image Analysis client library for Python. Uses the generally available Computer Vision REST API (2023-10-01).