Gulla.Episerver.AutomaticImageDescription 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gulla.Episerver.AutomaticImageDescription --version 1.0.5
NuGet\Install-Package Gulla.Episerver.AutomaticImageDescription -Version 1.0.5
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="Gulla.Episerver.AutomaticImageDescription" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gulla.Episerver.AutomaticImageDescription --version 1.0.5
#r "nuget: Gulla.Episerver.AutomaticImageDescription, 1.0.5"
#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 Gulla.Episerver.AutomaticImageDescription as a Cake Addin
#addin nuget:?package=Gulla.Episerver.AutomaticImageDescription&version=1.0.5

// Install Gulla.Episerver.AutomaticImageDescription as a Cake Tool
#tool nuget:?package=Gulla.Episerver.AutomaticImageDescription&version=1.0.5

Gulla.Episerver.AutomaticImageDescription

Automatic metadata for images in Episerver

Will use Microsoft Azure Cognitive Services, Computer Vision API in combination with Translator Text API, to generate various metadata for images.

Prerequisites

  • Create an Azure Cognitive Services, Computer Vision-resource using the Azure portal.
  • Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
    • Gulla.Episerver.AutomaticImageDescription:ComputerVision.SubscriptionKey
    • Gulla.Episerver.AutomaticImageDescription:ComputerVision.Endpoint

If you want to use the translation capabilities, also create an Azure Cognitive Services, Translator Text-resource using the Azure portal. Add the following keys to appsettings section in web.config. Get the values from the Azure portal.

  • Gulla.Episerver.AutomaticImageDescription:Translator.SubscriptionKey
  • Gulla.Episerver.AutomaticImageDescription:Translator.TokenService.Endpoint

If you will be using English-only metadata, you do not need the Translator Text-resource.

More information

Check out this blog post.

Get it

Grab it from this repository or install the nuget available on the Episerver NuGet feed.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Gulla.Episerver.AutomaticImageDescription:

Package Downloads
Gulla.Episerver.AutomaticImageDescription.ScheduledJob

A scheduled job that automatically populate properties based on image content.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 29 4/18/2024
2.1.0 789 5/30/2023
2.0.2 686 1/11/2023
2.0.1 1,107 1/10/2023
1.4.0 1,778 7/29/2021
1.3.0 1,313 6/8/2021
1.2.0 1,326 4/19/2021
1.1.1 715 4/19/2021
1.1.0 838 10/13/2020
1.0.6 2,039 9/27/2020
1.0.5 1,641 9/26/2020

Validate image dimensions, filesize and file extension before sending image to azure cognitive services.