Skip to content

azure-ai-textanalytics_5.2.0b2

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 02 Nov 19:06
973b3c1

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 the RecognizeCustomEntitiesAction and RecognizeCustomEntitiesResult types.
  • Added support for Custom Single Classification through the begin_analyze_actions API with the SingleCategoryClassifyAction and SingleCategoryClassifyActionResult types.
  • Added support for Custom Multi Classification through the begin_analyze_actions API with the MultiCategoryClassifyAction and MultiCategoryClassifyActionResult 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 and begin_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