Microsoft.Azure.CognitiveServices.Vision.ComputerVision
3.3.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 3.3.0
NuGet\Install-Package Microsoft.Azure.CognitiveServices.Vision.ComputerVision -Version 3.3.0
<PackageReference Include="Microsoft.Azure.CognitiveServices.Vision.ComputerVision" Version="3.3.0" />
paket add Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 3.3.0
#r "nuget: Microsoft.Azure.CognitiveServices.Vision.ComputerVision, 3.3.0"
// Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Addin #addin nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=3.3.0 // Install Microsoft.Azure.CognitiveServices.Vision.ComputerVision as a Cake Tool #tool nuget:?package=Microsoft.Azure.CognitiveServices.Vision.ComputerVision&version=3.3.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.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 (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,828,028 | 11/11/2021 |
7.0.0 | 901,119 | 4/9/2021 |
6.0.0 | 331,099 | 10/10/2020 |
6.0.0-preview.1 | 30,379 | 7/7/2020 |
6.0.0-dev.20190919.3 | 12,510 | 9/22/2019 |
5.0.0 | 667,658 | 5/31/2019 |
4.0.0 | 160,370 | 3/9/2019 |
3.4.0 | 2,909 | 3/6/2019 |
3.3.0 | 39,391 | 12/18/2018 |
3.2.0 | 68,928 | 8/1/2018 |
2.1.0 | 5,810 | 7/2/2018 |
2.0.0 | 4,056 | 6/21/2018 |
1.1.0 | 3,948 | 6/7/2018 |
1.0.2-preview | 9,864 | 1/25/2018 |
1) Detect objects - Object detection is similar to tagging, but the API returns the bounding box coordinates for each object detected. For example, if an image contains a dog, cat and person, the Detect operation will list those objects along with their coordinates in the image. You can use this functionality to process further relationships between the objects in an image. It also lets you know when there are multiple instances of the same object in an image.
2) Get the area of interest - Analyze the contents of an image to return the coordinates of the area of interest. This is the same function that is used to generate a thumbnail, but instead of cropping the image, Computer Vision returns the bounding box coordinates of the region, so the calling application can modify the original image as desired.