Skip to content

Commit 8d20498

Browse files
committed
acrolinx fixes
1 parent 17d833d commit 8d20498

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/personally-identifiable-information

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/personally-identifiable-information/how-to-call.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: language-service-pii, ignite-fall-2021
1616

1717
# How to detect and redact Personally Identifying Information (PII)
1818

19-
The PII feature can evaluate unstructured text, extract extract sensitive information (PII) and health information (PHI) in text across several pre-defined categories.
19+
The PII feature can evaluate unstructured text, extract sensitive information (PII) and health information (PHI) in text across several pre-defined categories.
2020

2121
## Determine how to process the data (optional)
2222

@@ -43,7 +43,7 @@ The API will attempt to detect the [defined entity categories](concepts/entity-c
4343

4444
## Getting PII results
4545

46-
When you get results from PII detection, you can stream the results to an application or save the output to a file on the local system. The API response will include [recognized entities](concepts/entity-categories.md), including their categories and sub-categories, and confidence scores. The text string with the PII entities redacted will also be returned.
46+
When you get results from PII detection, you can stream the results to an application or save the output to a file on the local system. The API response will include [recognized entities](concepts/entity-categories.md), including their categories and subcategories, and confidence scores. The text string with the PII entities redacted will also be returned.
4747

4848
## Service and data limits
4949

0 commit comments

Comments
 (0)