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
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/text-analytics-for-health/how-to/call-api.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,26 @@ There are two ways to call the service:
35
35
36
36
## Specify the Text Analytics for health model
37
37
38
-
By default, Text Analytics for health will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform operations provided by the Text Analytics for health. Extraction of social determinants of health entities is supported with the new preview model version "2023-01-01-preview".
38
+
By default, Text Analytics for health will use the ("2022-03-01") model version on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform operations provided by the Text Analytics for health. Extraction of social determinants of health entities along with their assertions and relationships (**only in English**) is supported with the latest preview model version "2023-04-15-preview".
39
39
40
-
| Supported Versions |latest version|
40
+
| Supported Versions |Status|
41
41
|--|--|
42
-
|`2023-01-01-preview`|`2023-01-01-preview`|
43
-
|`2022-08-15-preview`|`2022-08-15-preview`|
44
-
|`2022-03-01`|`2022-03-01`|
42
+
|`2023-04-15-preview`| Preview |
43
+
|`2023-04-01`| Generally available |
44
+
|`2023-01-01-preview`| Preview |
45
+
|`2022-08-15-preview`| Preview |
46
+
|`2022-03-01`| Generally available |
45
47
48
+
## Specify the Text Analytics for health API version
49
+
50
+
When making a Text Analytics for health API call, you must specify an API version. The latest generally available API version is "2023-04-01" which supports relationship confidence scores in the results. The latest preview API version is "2023-04-15-preview", offering the latest feature which is support for [temporal assertions](../concepts/assertion-detection.md).
0 commit comments