By Jeroen Stemerdink
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