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
@@ -38,15 +38,20 @@ By default, Text Analytics for health will use the latest available AI model on
38
38
39
39
| Supported Versions | latest version |
40
40
|--|--|
41
+
|`2022-03-01`|`2022-03-01`|
41
42
|`2021-05-15`|`2021-05-15`|
42
43
44
+
43
45
### Text Analytics for health container
44
46
45
47
The [Text Analytics for health container](use-containers.md) uses separate model versioning than the REST API and client libraries. Only one model version is available per container image.
46
48
47
49
| Endpoint | Container Image Tag | Model version |
@@ -56,7 +61,7 @@ The [Text Analytics for health container](use-containers.md) uses separate model
56
61
57
62
### Input languages
58
63
59
-
Currently the Text Analytics for health only [supports](../language-support.md) the English language.
64
+
Currently the Text Analytics for health hosted API only [supports](../language-support.md) the English language. Additional languages are currently in preview when deploying the API in a container, as detailed [under Text Analytics for health languages support](../language-support.md).
@@ -46,13 +46,12 @@ CPU core and memory correspond to the `--cpus` and `--memory` settings, which ar
46
46
47
47
## Get the container image with `docker pull`
48
48
49
-
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download this container image from the Microsoft public container registry.
49
+
Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pull/) command to download this container image from the Microsoft public container registry. You can find the featured tags on the [dockerhub page](https://hub.docker.com/_/microsoft-azure-cognitive-services-textanalytics-healthcare)
> * The container uses different model versions than the API endpoints and SDK.
20
-
> * Languages are added as new model versions are released. The current [model versions](how-to/call-api.md#specify-the-text-analytics-for-health-model) for Text Analytics for health are:
21
-
> * API and SDK: `2021-05-15`
22
-
> * Container: `2021-03-01`
23
-
24
18
Use this article to learn which natural languages are supported by Text Analytics for health and its Docker container.
25
19
26
-
## REST API and client library
20
+
## Hosted API Service
27
21
28
-
| Language | Language code | Starting with v3 model version: | Notes |
The docker container supports English language, model version 03-01-2022.
27
+
Additional languages are also supported when using a docker container to deploy the API: Spanish, French, German Italian, Portuguese and Hebrew. This functionality is currently in preview, model version 2022-08-15-preview.
28
+
Full details for deploying the service in a container can be found [here](../text-analytics-for-health/how-to/use-containers.md).
29
+
30
+
In order to download the new container images from the Microsoft public container registry, use the [docker pull](https://docs.docker.com/engine/reference/commandline/pull/) command, as follows :
31
+
32
+
For English, Spanish, Italian, French, German and Portuguese:
0 commit comments