Skip to content

Commit 686edb7

Browse files
authored
Merge pull request #180591 from aahill/nov-lang-update
version update, ta4h service notice
2 parents eeab648 + 8ec8366 commit 686edb7

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The API will attempt to detect the [defined entity categories](concepts/entity-c
4545
> [!TIP]
4646
> If you don't include `default` when specifying entity categories, The API will only return the entity categories you specify.
4747
48-
`https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.1-preview.5/entities/recognition/pii?piiCategories=default,FRDriversLicenseNumber`
48+
`https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.1/entities/recognition/pii?piiCategories=default,FRDriversLicenseNumber`
4949

5050
## Getting PII results
5151

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 11/02/2021
8+
ms.date: 11/19/2021
99
ms.author: aahi
1010
ms.custom: language-service-pii, ignite-fall-2021
1111
---
@@ -41,7 +41,7 @@ The following cURL commands are executed from a BASH shell. Edit these commands
4141
[!INCLUDE [REST API quickstart instructions](../../../includes/rest-api-instructions.md)]
4242

4343
```bash
44-
curl -X POST https://your-text-analytics-endpoint-here>/text/analytics/v3.2-preview.1/entities/recognition/pii \
44+
curl -X POST https://your-text-analytics-endpoint-here>/text/analytics/v3.1/entities/recognition/pii \
4545
-H "Content-Type: application/json" \
4646
-H "Ocp-Apim-Subscription-Key: <your-text-analytics-key-here>" \
4747
-d '{ documents: [{ id: "1", language:"en", text: "Call our office at 312-555-1234, or send an email to [email protected]"}]}'

articles/cognitive-services/language-service/personally-identifiable-information/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: quickstart
11-
ms.date: 11/02/2021
11+
ms.date: 11/19/2021
1212
ms.author: aahi
1313
ms.custom: language-service-pii, ignite-fall-2021
1414
zone_pivot_groups: programming-languages-text-analytics

articles/cognitive-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 11/18/2021
11+
ms.date: 11/19/2021
1212
ms.author: aahi
1313
ms.custom: language-service-health, ignite-fall-2021
1414
---
1515

1616
# How to use Text Analytics for health
1717

18-
> [!IMPORTANT]
19-
> Text Analytics for health is a capability provided “AS IS” and “WITH ALL FAULTS.” Text Analytics for health is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this capability for such purposes. This capability is not designed or intended to be implemented or deployed as a substitute for professional medical advice or healthcare opinion, diagnosis, treatment, or the clinical judgment of a healthcare professional, and should not be used as such. The customer is solely responsible for any use of Text Analytics for health. The customer must separately license any and all source vocabularies it intends to use under the terms set for that [UMLS Metathesaurus License Agreement Appendix](https://www.nlm.nih.gov/research/umls/knowledge_sources/metathesaurus/release/license_agreement_appendix.html) or any future equivalent link. The customer is responsible for ensuring compliance with those license terms, including any geographic or other applicable restrictions.
20-
18+
[!INCLUDE [service notice](../includes/service-notice.md)]
2119

2220
Text Analytics for health can be used to extract and label relevant medical information from unstructured texts, such as: doctor's notes, discharge summaries, clinical documents, and electronic health records. There are two ways to utilize this service:
2321

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
services: cognitive-services
3+
author: aahill
4+
manager: nitinme
5+
ms.service: cognitive-services
6+
ms.subservice: language-service
7+
ms.topic: include
8+
ms.date: 11/19/2021
9+
ms.author: aahi
10+
---
11+
12+
> [!IMPORTANT]
13+
> Text Analytics for health is a capability provided “AS IS” and “WITH ALL FAULTS.” Text Analytics for health is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this capability for such purposes. This capability is not designed or intended to be implemented or deployed as a substitute for professional medical advice or healthcare opinion, diagnosis, treatment, or the clinical judgment of a healthcare professional, and should not be used as such. The customer is solely responsible for any use of Text Analytics for health. The customer must separately license any and all source vocabularies it intends to use under the terms set for that [UMLS Metathesaurus License Agreement Appendix](https://www.nlm.nih.gov/research/umls/knowledge_sources/metathesaurus/release/license_agreement_appendix.html) or any future equivalent link. The customer is responsible for ensuring compliance with those license terms, including any geographic or other applicable restrictions.

articles/cognitive-services/language-service/text-analytics-for-health/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 11/02/2021
11+
ms.date: 11/19/2021
1212
ms.author: aahi
1313
ms.custom: language-service-health, ignite-fall-2021
1414
---
1515

1616
# What is Text Analytics for health in Azure Cognitive Service for Language?
1717

18+
[!INCLUDE [service notice](includes/service-notice.md)]
19+
1820
Text Analytics for health is one of the features offered by [Azure Cognitive Service for Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language.
1921

2022
Text Analytics for health extracts and labels relevant medical information from unstructured texts such as doctor's notes, discharge summaries, clinical documents, and electronic health records.

0 commit comments

Comments
 (0)