Microsoft.Azure.CognitiveServices.Vision.ComputerVision
3.2.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 3.2.0
NuGet\Install-Package Microsoft.Azure.CognitiveServices.Vision.ComputerVision -Version 3.2.0
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="3.2.0" />
paket add Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 3.2.0
#r "nuget: Microsoft.Azure.CognitiveServices.Vision.ComputerVision, 3.2.0"
// Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Addin #addin nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=3.2.0 // Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Tool #tool nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=3.2.0
This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.12 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.13 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.12 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.13 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.3.0)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.CognitiveServices.Vision.ComputerVision:
Package | Downloads |
---|---|
Kentico.Xperience.Libraries
The runtime assemblies for libraries and applications that use Kentico Xperience API. |
|
WindowsTestHelpers
A collection of utility classes to help with testing Windows Apps. |
|
Gulla.Episerver.AutomaticImageDescription
Automatically populate properties based on image content. |
|
BootstrapBlazor.OCR
Bootstrap UI components extensions of Ocr |
|
Forte.SmartCrop
Content-aware image cropping tool for EPiServer using Azure Cognitive Services |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.CognitiveServices.Vision.ComputerVision:
Repository | Stars |
---|---|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
microsoft/Cognitive-Samples-IntelligentKiosk
Welcome to the Intelligent Kiosk Sample! Here you will find several demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services.
|
|
microsoft/psi
Platform for Situated Intelligence
|
|
microsoft/Cognitive-Samples-VideoFrameAnalysis
A library with sample apps for continuous analysis of live video, using the Microsoft Cognitive Services Vision APIs.
|
|
microsoft/IgniteTheTour
Microsoft Ignite The Tour
|
Version | Downloads | Last updated |
---|---|---|
7.0.1 | 1,871,173 | 11/11/2021 |
7.0.0 | 910,253 | 4/9/2021 |
6.0.0 | 333,806 | 10/10/2020 |
6.0.0-preview.1 | 30,412 | 7/7/2020 |
6.0.0-dev.20190919.3 | 12,549 | 9/22/2019 |
5.0.0 | 670,889 | 5/31/2019 |
4.0.0 | 160,507 | 3/9/2019 |
3.4.0 | 2,912 | 3/6/2019 |
3.3.0 | 39,666 | 12/18/2018 |
3.2.0 | 69,018 | 8/1/2018 |
2.1.0 | 5,814 | 7/2/2018 |
2.0.0 | 4,060 | 6/21/2018 |
1.1.0 | 3,971 | 6/7/2018 |
1.0.2-preview | 9,867 | 1/25/2018 |
1) The API client name was changed from ComputerVisionAPI to ComputerVisionClient, in keeping with other Azure SDKs.
2) The way the Azure region is specfied has changed. Specifically, the AzureRegion property was dropped in favor of an Endpoint property. If you were previously specifying an AzureRegion value, you should now specify Endpoint='https://{AzureRegion}.api.cognitive.microsoft.com' instead. This change ensures better global coverage.
3) Some inconsistencies in argument types were corrected. (a) maxCandidate is an integer for DescribeImage. (b) details is a array of enumerated types for AnalyzeImage. (c) isBWImg in the AnalyzeImage(color) response is a non-nullable bool. (d) clipArtType/lineDrawing in AnalyzeImage(imageType) is an integer (index) instead of a double.