Thumbnail.Generator.Cognitive.Service 1.0.0

dotnet add package Thumbnail.Generator.Cognitive.Service --version 1.0.0
NuGet\Install-Package Thumbnail.Generator.Cognitive.Service -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Thumbnail.Generator.Cognitive.Service" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Thumbnail.Generator.Cognitive.Service --version 1.0.0
#r "nuget: Thumbnail.Generator.Cognitive.Service, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Thumbnail.Generator.Cognitive.Service as a Cake Addin
#addin nuget:?package=Thumbnail.Generator.Cognitive.Service&version=1.0.0

// Install Thumbnail.Generator.Cognitive.Service as a Cake Tool
#tool nuget:?package=Thumbnail.Generator.Cognitive.Service&version=1.0.0

First, subscribe on Microsoft Azure. Microsoft
       gives a 7-day trial Subscription Key https://azure.microsoft.com/en-us/try/cognitive-services/ . We can use that Subscription key for testing purposes.
       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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 807 10/10/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..