EPi.Libraries.Keywords.Azure 6.0.0
Add keywords to your page through Azure.
By Jeroen Stemerdink
About
Add EPi.Libraries.Keywords to your project. When you add this package, the service will be injected into the functionality of the main module.
Next add TextAnalytics settings to your appsettings.json:
"Azure": {
"TextAnalytics": {
"Key": "changeme.api-key",
"Endpoint": "https://westeurope.api.cognitive.microsoft.com"
}
}
Azure cognitive services will analyze your content marked Searchable and they keywords it returns will be added to
the content of the property marked with [KeywordsMetaTag]
.
Note that not all languages are supported by Azure
No packages depend on EPi.Libraries.Keywords.Azure.
Update for Episerver 13
.NET 6.0
- EPi.Libraries.Keywords (>= 6.0.0)
- EPiServer.CMS (>= 12.4.0)
- Microsoft.Azure.CognitiveServices.Language.TextAnalytics (>= 4.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19)
- System.Configuration.ConfigurationManager (>= 6.0.0)
.NET 7.0
- EPi.Libraries.Keywords (>= 6.0.0)
- EPiServer.CMS (>= 12.4.0)
- Microsoft.Azure.CognitiveServices.Language.TextAnalytics (>= 4.0.0)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19)
- System.Configuration.ConfigurationManager (>= 6.0.0)
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 22 | 03/04/2023 |