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
Copy file name to clipboardExpand all lines: sdk/healthdataaiservices/azure-health-deidentification/samples/README.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ These code samples show common scenario operations with the Azure Health Data Se
14
14
15
15
| File Name | Description |
16
16
| --- | --- |
17
-
|[deidentify_text_tag.py] and [deidentify_text_tag_async.py]| De-identify text using the tag operation |
18
-
|[deidentify_text_redact.py] and [deidentify_text_redact_async.py]| De-identify text using the redact operation |
19
-
|[deidentify_text_surrogate.py] and [deidentify_text_surrogate_async.py]| De-identify text using the surrogate operation |
20
-
|[deidentify_documents.py] and [deidentify_documents_async.py]| De-identify documents in Azure Storage with an asynchronous job |
21
-
|[list_jobs.py] and [list_jobs_async.py]| List de-identification jobs |
22
-
|[list_job_documents.py] and [list_job_documents_async.py]| List the documents processed by a de-identification job |
17
+
|[deidentify_text_tag.py][deidentify_text_tag] and [deidentify_text_tag_async.py][deidentify_text_tag_async]| De-identify text using the tag operation |
18
+
|[deidentify_text_redact.py][deidentify_text_redact] and [deidentify_text_redact_async.py][deidentify_text_redact_async]| De-identify text using the redact operation |
19
+
|[deidentify_text_surrogate.py][deidentify_text_surrogate] and [deidentify_text_surrogate_async.py][deidentify_text_surrogate_async]| De-identify text using the surrogate operation |
20
+
|[deidentify_documents.py][deidentify_documents] and [deidentify_documents_async.py][deidentify_documents_async]| De-identify documents in Azure Storage with an asynchronous job |
21
+
|[list_jobs.py][list_jobs] and [list_jobs_async.py][list_jobs_async]| List de-identification jobs |
22
+
|[list_job_documents.py][list_job_documents] and [list_job_documents_async.py][list_job_documents_async]| List the documents processed by a de-identification job |
23
23
24
24
## Getting started
25
25
@@ -55,7 +55,6 @@ what you can do with the Azure Health Data Services de-identification service cl
0 commit comments