Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.7 KB

File metadata and controls

31 lines (23 loc) · 1.7 KB

Add keywords to your page through Azure.

By Jeroen Stemerdink

Build status GitHub version Platform Platform Platform NuGet GitHub license

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