Skip to content

azure-ai-vision-imageanalysis_1.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 13 Feb 22:36
1b76ed3

1.0.0b2 (2024-02-09)

Breaking Changes

  • In the previous version, you would call the analyze method on the ImageAnalysisClient to 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 dedicated analyze_from_url method to analyze an image from URL. Keep calling the analyze method to analyze an image from a memory buffer.