MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

Is v3 or v3.1 supported in the SDK? #61332

Closed wahyuen closed 4 years ago

wahyuen commented 4 years ago

Still trying to determine if these new endpoints are supported in the SDK? Or is there any plans to? These SDKs seem to be not getting alot of love lately with any updates :/


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

YutongTie-MSFT commented 4 years ago

Thanks for the feedback! We are currently investigating and will update you shortly.

ram-msft commented 4 years ago

@wahyuen Please use the new OCR technology available as the "Read" - see overview for processing documents. The SDK v6.0.0 has a preview label as a general precaution to gather any major feedback but we will remove the label soon and you should feel free to use the new SDK. https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/6.0.0-preview.1

The v3.0 of the Cognitive Services Computer Vision API entered General Availability. This release features a major upgrade to Read API, bringing support for six new languages to General Availability: Dutch, French, German, Italian, Spanish, and Portuguese, major improvements to our English results, support for top global currency symbols, and auto mixed languages mode in the same document.

Get started w/ Computer Vision + Read API here using this Quickstart today. https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/client-library?pivots=programming-language-csharp

wahyuen commented 4 years ago

@ram-msft Thanks for the info. To clarify, does your post imply that the SDK v6.0.0 does target v3.0 endpoints? Is the SDK likely to target the new 3.1 endpoint soon? We are attempting to assess if we should be waiting for the imminent release of the SDKs or do we completely rewrite our code to call the REST endpoints directly to utilize the new features.

ram-msft commented 4 years ago

yes @wahyuen. The SDK v6.0.0 does target the v3.0. https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Vision.ComputerVision For forthcoming azure updates please check the following link https://azure.microsoft.com/en-us/updates/.

@sanjeev3 Could you please share road map on SDK for v3.1 endpoint.

sanjeev3 commented 4 years ago

@wahyuen and @ram-msft - The latest .NET SDK supports Read 3.0 GA version and endpoint. The next iteration of the SDK will be most likely when 3.1 is GA'ed in FY21 second half (March-May 2021). The "preview" label is a routing process to ensure time for feedback - likely to be removed soon. Thanks.