Skip to content

Commit 8d9db64

Browse files
committed
einat-ta4h-7
1 parent afb56a2 commit 8d9db64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ docker pull mcr.microsoft.com/azure-cognitive-services/textanalytics/semitic
4343

4444
When structuring the API request, the relevant language tags must be added for these languages:
4545

46+
```
4647
English – “en”
4748
Spanish – “es”
4849
French - “fr”
4950
German – “de”
5051
Italian – “it”
5152
Portuguese – “pt”
5253
Hebrew – “he”
54+
```
5355

5456
The following jason is an example of a JSON file attached to the Language request's POST body, for a Spanish document:
5557

@@ -80,14 +82,12 @@ example.json
8082
## Details of the supported model versions for each language:
8183

8284

83-
| Language code | model version: | Featured Tag | Specific Tag
85+
| Language code | model version: | Featured Tag | Specific Tag |
8486
|:--------------------|:-------------:|:-------------------:|:------------------:|
8587
| en | 2022-03-01 | latest | 3.0.59413252-onprem-amd64 |
86-
|:--------------------|:-------------:|:-------------------:|:------------------:|
8788
| en,es,it,fr,de,pt | 2022-08-15-preview | latin | 3.0.59413252-latin-onprem-amd64 |
88-
|:--------------------|:-------------:|:-------------------:|:------------------:|
8989
| he | 2022-08-15-preview | semitic | 3.0.59413252-semitic-onprem-amd64 |
90-
|:--------------------|:-------------:|:-------------------:|:------------------:|
90+
9191

9292

9393

0 commit comments

Comments
 (0)