Share via

Computer Vision API 2.0

Anonymous
2021-05-24T07:26:50.637+00:00

We are using this endpoint now: /vision/v2.0/areaOfInterest
How long will it be possible to use this endpoint? The latest version seems to be 3.2 now. Time to upgrade?

Azure Vision in Foundry Tools
0 comments No comments

Answer accepted by question author

svijay-MSFT 5,256 Reputation points Microsoft Employee Moderator
2021-05-24T14:20:12.39+00:00

Thanks for your question @Anonymous .

Per my research the endpoint /vision/v2.0/areaOfInterest doesn't have any official information on deprecation. Meaning the service will continue to be functional.

Having said that, you will have to note that the v 2.0 RecognizeText operations are in the process of being deprecated in favor of the new Read API and needs transition towards the Read API.

Reference :
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/upgrade-api-versions
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr#read-api

If you want to draw a quick comparison between 2.0 and 3.2 endpoints with regards to areaofinterest alone. You could compare the below 2 pages :

v2.0/areaofInterest
https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/b156d0f5e11e492d9f64307c

v3,2/areaofInterest
https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/b156d0f5e11e492d9f64418d

As per my understanding there is only an addition of an model-version parameter in the newer endpoint - optional parameter to specify the version of the AI model. The values are "latest", "2021-04-01". There is one AI Model version now, & are expected to grow. Similarly, you can see the model version in the 3.2 API response.

You could refer this in order to understand the overall improvement of the V3.x API across all the operations.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.