Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.53 KB

File metadata and controls

12 lines (7 loc) · 1.53 KB

Release History

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).