Skip to content

Commit 21e3390

Browse files
Merge pull request #217367 from einatgruda/patch-4
Update language-support.md
2 parents 8dbfbd7 + a3d4eb1 commit 21e3390

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,18 @@ json
4949
{
5050
"taskName": "analyze 1",
5151
"kind": "Healthcare",
52+
"parameters":
53+
{
54+
"modelVersion": "2022-08-15-preview"
55+
}
5256
}
5357
]
5458
}
5559
```
5660

5761
## Docker container
5862

59-
The docker container supports English language, model version 03-01-2022.
63+
The docker container supports English language, model version 2022-03-01.
6064
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.
6165
Full details for deploying the service in a container can be found [here](../text-analytics-for-health/how-to/use-containers.md).
6266

@@ -65,13 +69,13 @@ In order to download the new container images from the Microsoft public containe
6569
For English, Spanish, Italian, French, German and Portuguese:
6670

6771
```
68-
docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/latin
72+
docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/healthcare:latin
6973
```
7074

7175
For Hebrew:
7276

7377
```
74-
docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/semitic
78+
docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/healthcare:semitic
7579
```
7680

7781

0 commit comments

Comments
 (0)