github Azure/azure-sdk-for-net Azure.AI.Vision.ImageAnalysis_1.0.0-beta.1

latest releases: Microsoft.Extensions.Azure_1.8.0, Azure.Developer.MicrosoftPlaywrightTesting.NUnit_1.0.0-beta.2, Azure.Developer.MicrosoftPlaywrightTesting.TestLogger_1.0.0-beta.2...
pre-release9 months ago

1.0.0-beta.1 (2024-01-09)

Initial release of Image Analysis SDK. Uses the generally available Computer Vision REST API (2023-10-01). Starting with this version, the client library is auto-generated (with some hand customization) from TypeSpec files, to better align with other Azure client libraries.

Breaking Changes

A previous version of the Image Analysis client library (version 0.15.1-beta.1) used a preview version of the Computer Vision REST API, and was coded by hand. With this new version, all APIs have changed. Please see documentation on how to use the new APIs.

  • Image Analysis with a custom model is no longer supported by the client library, as Computer Vision REST API (2023-10-01) does not yet support it. To do Image Analysis with a custom model, write code to call the Analyze operation on Computer Vision REST API (2023-04-01-preview).
  • Image Segmentation (background removal) is no longer supported by the client library, as Computer Vision REST API (2023-10-01) does not yet support it. To do Image Segmentation, write code to call the Segment operation on Computer Vision REST API (2023-04-01-preview).

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.