Verndale.Feature.CognitiveImageTagging 9.1.2.16464

dotnet add package Verndale.Feature.CognitiveImageTagging --version 9.1.2.16464
NuGet\Install-Package Verndale.Feature.CognitiveImageTagging -Version 9.1.2.16464
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="Verndale.Feature.CognitiveImageTagging" Version="9.1.2.16464" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Verndale.Feature.CognitiveImageTagging --version 9.1.2.16464
#r "nuget: Verndale.Feature.CognitiveImageTagging, 9.1.2.16464"
#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 Verndale.Feature.CognitiveImageTagging as a Cake Addin
#addin nuget:?package=Verndale.Feature.CognitiveImageTagging&version=9.1.2.16464

// Install Verndale.Feature.CognitiveImageTagging as a Cake Tool
#tool nuget:?package=Verndale.Feature.CognitiveImageTagging&version=9.1.2.16464

THIS IS AN EXPERIMENTAL LIBRARY - DO NOT PUBLISH AI-GENERATED ALT TEXT WITHOUT HUMAN REVIEW.

This library can perform the following:

- Using AI, "read" the image and provide a sentence description of what it portrays.
- Using AI, "read" the image and provide series of tags that describe what it portrays.
- Using AI, perform OCR on the image and, if the image has embedded text, extract the text to a string value.


REQUIRED
You must have a subscription to Azure Cognitive Services for Computer Vision. You will need both a Subscription Key and an endpoint URL to use this library. Support for other AI
services are not implemented, but you can see where the extension would occur.


INSTALLATION
Install this package using NuGet.

Copy and rename /App_Config/Verndale.CognitiveImageTagging.config.example
Remove the "example" suffix.
Supply appropriate Azure Cognitive service connection details within the config file.
Don't forget to review the Sitecore Feature config file in App_Config/Include/Feature for details on how to activate this library.


In the supplied config example, you will see confidence levels for captions and embedded text. These are set to reasonable defaults, but be aware the AI can be
quirky and unreliable. This tool should be used prime the pump on image descriptions but should not be used unsupervised.

USE
Once configured, Images will receive AI-based Alt text when they are uploaded. To add Alt text to existing images, navigate to the image in the media library.
The Media tab within the content editor will have new buttons that allow you to retrieve ALT text from AI for the selected Media Item.

ALT text will be used in the following order
If the image contains text, the text will be written to the Image's Alt field.
If the AI returns a high-confidence Caption, that caption will be written to the Image's Alt field.
Any descriptive tags returned by the AI will be written to the Image's Alt field in comma-delimited fashion.

Keep in mind that AI for image descriptions is relatively experimental. Your descriptive results will depend on image the image. Celebrities tend to get tagged reliably,
close-ups, abstract, or heavily filtered photos tend to have less reliable or extermely generic results. DO NOT TRUST AI TO SUPPLY YOU WITH ALT TEXT WITHOUT HUMAN REVIEW.
Generated alt text may contain inaccurate descriptions or tags that could be construed as misleading or offensive. Use at your own risk! Do not publish any AI generated
content without human review.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  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

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
9.1.2.16464 633 9/16/2020
9.1.1.27066 420 9/15/2020
9.1.1.23857 456 9/15/2020
9.1.1.23353 447 9/15/2020
9.1.1.22959 443 9/15/2020
9.1.1.22530 441 9/15/2020

Fixed yet another typo in Verndale.Feature.CognitiveImageTagging.config.