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
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.
21
21
22
-
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.
23
-
24
22
This documentation contains the following types of articles:
25
23
26
24
*[**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
27
25
*[**How-to guides**](how-to/call-api.md) contain instructions for using the service in more specific or customized ways.
28
26
* The [**conceptual articles**](concepts/health-entity-categories.md) provide in-depth explanations of the service's functionality and features.
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.
33
31
34
32
[!INCLUDE [Text Analytics for health](includes/features.md)]
35
33
36
-
[!INCLUDE [Typical workflow for pre-configured language features](../includes/overview-typical-workflow.md)]
To use this feature, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are three ways to use Text Analytics for health:
37
39
38
-
## Deploy on premises using Docker containers
39
40
40
-
Use the available Docker container to [deploy this feature on-premises](how-to/use-containers.md). These docker containers enable you to bring the service closer to your data for compliance, security, or other operational reasons.
41
+
|Development option |Description | Links |
42
+
|---------|---------|---------|
43
+
| Language Studio | A web-based platform that enables you to try Text Analytics for health without needing writing code. | • [Language Studio website](https://language.cognitive.azure.com/tryout/healthAnalysis) <br> • [Quickstart: Use the Language studio](../language-studio.md)|
44
+
| REST API or Client library (Azure SDK) | Integrate Text Analytics for health into your applications using the REST API, or the client library available in a variety of languages. | • [Quickstart: Use Text Analytics for health](quickstart.md)|
45
+
| Docker container | Use the available Docker container to deploy this feature on-premises, letting you bring the service closer to your data for compliance, security, or other operational reasons. | • [How to deploy on-premises](how-to/use-containers.md)|
46
+
47
+
## Input requirements and service limits
48
+
49
+
* Text Analytics for health takes raw unstructured text for analysis. See the [data and service limits](how-to/call-api.md#data-limits) in the how-to guide for more information.
50
+
* Text Analytics for health works with a variety of written languages. See [language support](language-support.md) for more information.
51
+
52
+
## Reference documentation and code samples
53
+
54
+
As you use Text Analytics for health in your applications, see the following reference documentation and samples for Azure Cognitive Services for Language:
55
+
56
+
|Development option / language |Reference documentation |Samples |
57
+
|---------|---------|---------|
58
+
|REST API |[REST API documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-2-Preview-2/operations/Analyze)||
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for Text Analytics for health](/legal/cognitive-services/language-service/transparency-note-health?context=/azure/cognitive-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
45
67
46
68
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
47
-
48
-
## Next steps
49
-
50
-
There are two ways to get started using the entity linking feature:
51
-
*[Language Studio](../language-studio.md), which is a web-based platform that enables you to try several Azure Cognitive Service for Language features without needing to write code.
52
-
* The [quickstart article](quickstart.md) for instructions on making requests to the service using the REST API and client library SDK.
0 commit comments