azure-docs-sdk-node
azure-docs-sdk-node copied to clipboard
text-analytics-for-health: outdated example code
I'm not sure if this is the right place to report this issue - sorry if it isn't.
This page shows invalid and outdated source code in the JavaScript example: https://learn.microsoft.com/de-de/azure/ai-services/language-service/text-analytics-for-health/quickstart?tabs=windows&pivots=programming-language-javascript
From top to bottom:
- Should be
TextAnalyticsClientfor the client class name. beginAnalyzeBatchdoes not exist anymore; can be replaced withbeginAnalyzeHealthcareEntities(documents, 'en')thus theactionconst above can be removedmodifiedOnis nowlastModifiedOn