github Azure/azure-sdk-for-net Azure.AI.TextAnalytics_5.2.0-beta.4

latest releases: Azure.ResourceManager.ComputeSchedule_1.0.0-beta.1, Azure.Communication.Email_1.1.0-beta.2, Azure.Identity_1.12.1...
pre-release2 years ago

5.2.0-beta.4 (2022-08-12)

Features Added

  • Added AnalyzeActionsOperation.Cancel and CancelAsync to cancel a batch of actions.
  • Added AnalyzeActionsResult.AnalyzeHealthcareEntitiesResults to get healthcare entities from a batch of actions.
  • Added TextAnalyticsActions.AnalyzeHealthcareEntitiesActions to analyze healthcare entities in a batch of actions.
  • Added TextAnalyticsClient.StartRecognizeCustomEntities and StartRecognizeCustomEntitiesAsync to recognize custom entities in a collection of documents.
  • Added TextAnalyticsClient.StartSingleLabelClassify and StartSingleLabelClassifyAsync to classify documents with a single label.
  • Added TextAnalyticsClient.StartMultiLabelClassify and StartMultiLabelClassifyAsync to classify documents with multiple labels.

Breaking Changes

  • Merged MultiCategoryClassifyResult and SingleCategoryClassifyResult into ClassifyDocumentResult.
  • Removed Extractive Text Summarization and related models. To access this beta feature, install the 5.2.0-beta.3 version of the client library.
  • Removed Extractive Text Summarization, Multi Label Classification, and Single Label Classification from legacy client library.
  • Removed HealthcareTaskParameters.FhirVersion and AnalyzeHealthcareEntitiesResult.FhirBundle. To access this beta feature, install the 5.2.0-beta.3 version of the client library.
  • Renamed LabelClassifyResult.Classifications to LabelClassifyResult.ClassificationCategories.
  • Renamed MultiCategoryClassifyAction to MultiLabelClassifyAction.
  • Renamed MultiCategoryClassifyActionResult to MultiLabelClassifyActionResult.
  • Renamed MultiCategoryClassifyResult to ClassifyDocumentResult.
  • Renamed MultiCategoryClassifyResultCollection to ClassifyDocumentResultCollection.
  • Renamed SingleCategoryClassifyAction to SingleLabelClassifyAction.
  • Renamed SingleCategoryClassifyActionResult to SingleLabelClassifyActionResult.
  • Renamed SingleCategoryClassifyResult to ClassifyDocumentResult.
  • Renamed SingleCategoryClassifyResultCollection to ClassifyDocumentResultCollection.

Other Changes

  • We are now targeting the service version 2022-05-01 API as the default instead of 3.2-preview.2.
  • The legacy client library is now targeting the service version 3.1.

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

NewReleases is sending notifications on new releases.