Skip to content

Commit 3e452f2

Browse files
committed
Merge branch 'tasharm/updateToLatestSDK' of https://github.com/tasharm-0412/azure-docs-pr-1 into tasharm/updateToLatestSDK
2 parents bebe3a7 + f8408ef commit 3e452f2

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.80.
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)