github Azure/azure-sdk-for-python azure-ai-textanalytics_5.2.0b2

latest releases: azure-ai-documentintelligence_1.0.0b4, azure-monitor-opentelemetry_1.6.2, azure-mgmt-billing_7.0.0...
pre-release2 years ago

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

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.