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: sdk/textanalytics/ai-text-analytics/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Release History
2
2
3
-
## 5.1.0-beta.3 (2020-11-20)
3
+
## 5.1.0-beta.3 (2020-11-23)
4
4
5
5
- We are now targeting the service's v3.1-preview.3 API as the default instead of v3.1-preview.2.
6
-
- We now have added support for performing multiple analyses at once with the introduction of the `beginAnalyze` API.
7
-
- We now have added support for the recognition of healthcare entities with the introduction of the `beginAnalyzeHealthcare` API.
6
+
- We introduced the `beginAnalyze` API which supports long-running batch process of Named Entity Recognition, Personally identifiable Information, and Key Phrase Extraction.
7
+
- We now have added support for the recognition of healthcare entities with the introduction of the `beginAnalyzeHealthcare` API. Since the Health API is currently only available in a gated preview, you need to have your subscription on the service's allow list. Note that since this is a gated preview, AAD is not supported. For more information, see (the Text Analytics for Health documentation)[https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview].
Copy file name to clipboardExpand all lines: sdk/textanalytics/ai-text-analytics/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,7 @@ main();
496
496
## Known Issues
497
497
498
498
- Currently, the `beginAnalyze` API accepts `includeStatistics` in its options bag, a feature that was not yet supported by the service at the time of the current release. This feature is expected to be supported soon after the release.
499
-
-`beginAnalyzeHealthcare` is still in gated preview and can not be used with AAD credentials.
499
+
-`beginAnalyzeHealthcare` is still in gated preview and can not be used with AAD credentials. For more information, see (the Text Analytics for Health documentation)[https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview].
0 commit comments