Gulla.Episerver.CensorFaces
1.0.5-preview.1
This is a prerelease version of Gulla.Episerver.CensorFaces.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Gulla.Episerver.CensorFaces --version 1.0.5-preview.1
NuGet\Install-Package Gulla.Episerver.CensorFaces -Version 1.0.5-preview.1
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.CensorFaces" Version="1.0.5-preview.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gulla.Episerver.CensorFaces --version 1.0.5-preview.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Gulla.Episerver.CensorFaces, 1.0.5-preview.1"
#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.CensorFaces as a Cake Addin #addin nuget:?package=Gulla.Episerver.CensorFaces&version=1.0.5-preview.1&prerelease // Install Gulla.Episerver.CensorFaces as a Cake Tool #tool nuget:?package=Gulla.Episerver.CensorFaces&version=1.0.5-preview.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Censors eye region of faces
Will use Azure Cognitive Services Face API to detect faces, and place a black rectangle over the eye region of all detected faces, in images uploaded in Episerver CMS.
Prerequisites
- Create an Azure Cognitive Services, Face API-resource using the Azure portal.
- Add the following keys to appsettings section in web.config. Get the values from the Azure portal.
- Gulla.EpiserverCensorFaces:CognitiveServices.SubscriptionKey
- Gulla.EpiserverCensorFaces:CognitiveServices.Endpoint
More information
Check out this blog post.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. 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.
-
- Castle.Core (>= 4.2.1)
- EPiServer.CMS.Core (>= 11.1.0 && < 12.0.0)
- EPiServer.CMS.TinyMce (>= 1.0.0)
- EPiServer.CMS.UI (>= 11.1.0 && < 12.0.0)
- EPiServer.CMS.UI.Core (>= 11.1.0)
- EPiServer.Framework (>= 11.1.0 && < 12.0.0)
- EPiServer.ServiceLocation.StructureMap (>= 1.0.0)
- Microsoft.AspNet.Providers.Core (>= 2.0.0)
- Microsoft.Azure.CognitiveServices.Vision.Face (>= 2.5.0-preview.1)
- Microsoft.Rest.ClientRuntime (>= 2.3.20)
- Newtonsoft.Json (>= 10.0.3)
- System.Security.Cryptography.Xml (>= 4.4.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 |
---|---|---|
2.8.3-preview.3 | 42 | 10/22/2024 |
2.8.2-preview.3 | 55 | 6/25/2024 |
2.8.1-preview.3 | 58 | 6/6/2024 |
2.8.0-preview.3 | 78 | 6/5/2024 |
2.1.0-preview.1 | 145 | 3/6/2022 |
1.0.7-preview.1 | 296 | 8/18/2020 |
1.0.6-preview.1 | 294 | 8/18/2020 |
1.0.5-preview.1 | 300 | 8/18/2020 |
Update dependencies and nuget title.