azure-ai-textanalytics_5.2.0b2
Pre-release
Pre-release
5.2.0b2 (2021-11-02)
This version of the SDK defaults to the latest supported API version, which currently is v3.2-preview.2.
Features Added
- Added support for Custom Entities Recognition through the
begin_analyze_actionsAPI with theRecognizeCustomEntitiesActionandRecognizeCustomEntitiesResulttypes. - Added support for Custom Single Classification through the
begin_analyze_actionsAPI with theSingleCategoryClassifyActionandSingleCategoryClassifyActionResulttypes. - Added support for Custom Multi Classification through the
begin_analyze_actionsAPI with theMultiCategoryClassifyActionandMultiCategoryClassifyActionResulttypes. - Multiple of the same action type is now supported with
begin_analyze_actions.
Bugs Fixed
- Restarting a long-running operation from a saved state is now supported for the
begin_analyze_actionsandbegin_recognize_healthcare_entitiesmethods. - In the event of an action level error, available partial results are now returned for any successful actions in
begin_analyze_actions.
Other Changes
- Package requires azure-core version 1.19.1 or greater