github Azure/azure-sdk-for-python azure-ai-textanalytics_5.1.0b5

latest releases: azure-servicebus_7.13.0b1, azure-eventhub_5.13.0b1, azure-eventhub_5.12.0...
pre-release3 years ago

5.1.0b5 (2021-02-10)

Breaking Changes

  • Rename begin_analyze to begin_analyze_batch_actions.
  • Now instead of separate parameters for all of the different types of actions you can pass to begin_analyze_batch_actions, we accept one parameter actions,
    which is a list of actions you would like performed. The results of the actions are returned in the same order as when inputted.
  • The response object from begin_analyze_batch_actions has also changed. Now, after the completion of your long running operation, we return a paged iterable
    of action results, in the same order they've been inputted. The actual document results for each action are included under property document_results of
    each action result.

New Features

  • Renamed begin_analyze_healthcare to begin_analyze_healthcare_entities.
  • Renamed AnalyzeHealthcareResult to AnalyzeHealthcareEntitiesResult and AnalyzeHealthcareResultItem to AnalyzeHealthcareEntitiesResultItem.
  • Renamed HealthcareEntityLink to HealthcareEntityDataSource and renamed its properties id to entity_id and data_source to name.
  • Removed relations from AnalyzeHealthcareEntitiesResultItem and added related_entities to HealthcareEntity.
  • Moved the cancellation logic for the Analyze Healthcare Entities service from
    the service client to the poller object returned from begin_analyze_healthcare_entities.
  • Exposed Analyze Healthcare Entities operation metadata on the poller object returned from begin_analyze_healthcare_entities.
  • No longer need to specify api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3 when calling begin_analyze and begin_analyze_healthcare_entities. begin_analyze_healthcare_entities is still in gated preview though.
  • Added a new parameter string_index_type to the service client methods begin_analyze_healthcare_entities, analyze_sentiment, recognize_entities, recognize_pii_entities, and recognize_linked_entities which tells the service how to interpret string offsets.
  • Added property length to CategorizedEntity, SentenceSentiment, LinkedEntityMatch, AspectSentiment, OpinionSentiment, PiiEntity and
    HealthcareEntity.

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

NewReleases is sending notifications on new releases.