You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be TextAnalyticsClient for the client class name.
beginAnalyzeBatch does not exist anymore; can be replaced with beginAnalyzeHealthcareEntities(documents, 'en') thus the action const above can be removed
modifiedOn is now lastModifiedOn
The text was updated successfully, but these errors were encountered:
movAX13h
changed the title
outdated example code
text-analytics-for-health: outdated example code
Sep 7, 2023
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:
TextAnalyticsClient
for the client class name.beginAnalyzeBatch
does not exist anymore; can be replaced withbeginAnalyzeHealthcareEntities(documents, 'en')
thus theaction
const above can be removedmodifiedOn
is nowlastModifiedOn
The text was updated successfully, but these errors were encountered: