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_actions
API with theRecognizeCustomEntitiesAction
andRecognizeCustomEntitiesResult
types. - Added support for Custom Single Classification through the
begin_analyze_actions
API with theSingleCategoryClassifyAction
andSingleCategoryClassifyActionResult
types. - Added support for Custom Multi Classification through the
begin_analyze_actions
API with theMultiCategoryClassifyAction
andMultiCategoryClassifyActionResult
types. - 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_actions
andbegin_recognize_healthcare_entities
methods. - 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