Skip to content

Commit f8408ef

Browse files
Update articles/cognitive-services/text-analytics/includes/quickstarts/java-sdk.md
Co-Authored-By: Sameeksha Vaity <[email protected]>
1 parent 7905f67 commit f8408ef

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Recognized entity: Seattle, entity category: Location, entity sub-category: GPE,
201201
Recognized entity: last week, entity category: DateTime, entity sub-category: DateRange, offset: 34, length: 9, score: 0.8.
202202
```
203203

204-
## Using NER to detect personal information
204+
## Using NER to recognize personal information
205205

206206
Create a new function called `recognizePIIEntitiesExample()` that takes the client that you created earlier, and call its `recognizePiiEntities()` function. The returned `RecognizePiiEntitiesResult` object will contain a list of `NamedEntity` if successful, or an `errorMessage` if not.
207207

0 commit comments

Comments
 (0)