Microsoft.Azure.CognitiveServices.Vision.ComputerVision
5.0.0
See the version list below for details.
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 5.0.0
NuGet\Install-Package Microsoft.Azure.CognitiveServices.Vision.ComputerVision -Version 5.0.0
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="5.0.0" />
paket add Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 5.0.0
#r "nuget: Microsoft.Azure.CognitiveServices.Vision.ComputerVision, 5.0.0"
// Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Addin
#addin nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=5.0.0
// Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Tool
#tool nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=5.0.0
This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Microsoft.Rest.ClientRuntime (>= 2.3.18 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETStandard 1.4
- Microsoft.Rest.ClientRuntime (>= 2.3.18 && < 3.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.18 && < 4.0.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.0)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.CognitiveServices.Vision.ComputerVision:
Package | Downloads |
---|---|
WindowsTestHelpers
A collection of utility classes to help with testing Windows Apps. |
|
Forte.SmartCrop
Content-aware image cropping tool for EPiServer using Azure Cognitive Services |
|
Microsoft.Psi.CognitiveServices.Vision
Provides components for using Microsoft's Cognitive Services Vision API. |
|
Gulla.Episerver.AutomaticImageDescription
Automatically populate properties based on image content. |
|
BootstrapBlazor.OCR
Bootstrap UI OCR components experience |
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 | 387,551 | 11/11/2021 |
7.0.0 | 364,349 | 4/9/2021 |
6.0.0 | 227,495 | 10/10/2020 |
6.0.0-preview.1 | 22,459 | 7/7/2020 |
6.0.0-dev.20190919.3 | 10,346 | 9/22/2019 |
5.0.0 | 511,454 | 5/31/2019 |
4.0.0 | 106,767 | 3/9/2019 |
3.4.0 | 1,350 | 3/6/2019 |
3.3.0 | 28,222 | 12/18/2018 |
3.2.0 | 58,879 | 8/1/2018 |
2.1.0 | 3,841 | 7/2/2018 |
2.0.0 | 2,082 | 6/21/2018 |
1.1.0 | 1,327 | 6/7/2018 |
1.0.2-preview | 8,278 | 1/25/2018 |
Changes in this release:
1. Remove `TextRecognitionMode` parameter in `BatchReadFile` OCR operation;
2. Correct OCR `OperationStatus` enum value;
3. Correct OCR `BoundingBox` type.