Skip to content

Commit 27457fb

Browse files
committed
update install instructions for newer version, and remove note that referes to PII capabilities in NER section
1 parent de726b7 commit 27457fb

File tree

1 file changed

+1
-2
lines changed
  • articles/cognitive-services/text-analytics/includes/quickstarts

1 file changed

+1
-2
lines changed

articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ npm init
5656
Install the `@azure/ai-text-analytics` NPM packages:
5757

5858
```console
59-
npm install --save @azure/[email protected].3
59+
npm install --save @azure/[email protected].4
6060
```
6161

6262
> [!TIP]
@@ -261,7 +261,6 @@ Document ID: 3 , Language: Chinese_Simplified
261261

262262
> [!NOTE]
263263
> In version `3.0-preview`:
264-
> * NER includes separate methods for detecting personal information.
265264
> * Entity linking is a separate request than NER.
266265
267266
Create an array of strings containing the document you want to analyze. Call the client's `recognizeEntities()` method and get the `RecognizeEntitiesResult` object. Iterate through the list of results, and print the entity name, type, subtype, offset, length, and score.

0 commit comments

Comments
 (0)