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
We have done changes in the lines no:52 and 76
Line no:52 changes
From: '@azure/ai-language-text'
To: @azure/ai-text-analytics
Line no:76
From: TextAnalysisClient
To:TextAnalyticsClient
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ npm init
49
49
Install the npm package:
50
50
51
51
```console
52
-
npm install @azure/ai-language-text
52
+
npm install @azure/ai-text-analytics
53
53
```
54
54
55
55
@@ -73,7 +73,7 @@ const documents = [ "The employee's phone number is (555) 555-5555." ];
0 commit comments