Cognitive.Service.Image.Analyse
1.0.0
dotnet add package Cognitive.Service.Image.Analyse --version 1.0.0
NuGet\Install-Package Cognitive.Service.Image.Analyse -Version 1.0.0
<PackageReference Include="Cognitive.Service.Image.Analyse" Version="1.0.0" />
paket add Cognitive.Service.Image.Analyse --version 1.0.0
#r "nuget: Cognitive.Service.Image.Analyse, 1.0.0"
// Install Cognitive.Service.Image.Analyse as a Cake Addin #addin nuget:?package=Cognitive.Service.Image.Analyse&version=1.0.0 // Install Cognitive.Service.Image.Analyse as a Cake Tool #tool nuget:?package=Cognitive.Service.Image.Analyse&version=1.0.0
First, You need to log into the Azure Portal with our Azure credentials. Then we need to create an Azure Computer Vision Subscription Key in the Azure portal. Then create a resource to get the Key Second, Set the endPoint to "https://westus.api.cognitive.microsoft.com/vision/v1.0/analyze" Finaly to Image information captured using Computer Vision API you should write like this : ImageInfo imageInfo = new ImageInfo(); var imageInformations= imageInfo.MakeAnalysisRequest(subscriptionKey, imagePath, endPoint);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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. |
-
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,255 | 9/25/2018 |
Requirements
These are the major requirements mentioned in the Microsoft docs.
1-Supported input methods: Raw image binary in the form of an application/octet stream or image URL.
2-Supported image formats: JPEG, PNG, GIF, BMP.
3-Image file size: Less than 4 MB.
4-Image dimension: Greater than 50 x 50 pixels.