github Azure/azure-sdk-for-net Azure.AI.TextAnalytics_5.1.0-beta.5

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
pre-release3 years ago

5.1.0-beta.5 (2021-03-09)

New features

  • Added ability to filter the categories returned in a Personally Identifiable Information recognition with the optional parameter CategoriesFilter in RecognizePiiEntitiesOptions.
  • Added the ability to recognize linked entities under StartAnalyzeBatchActions.
  • Added RecognizeLinkedEntitiesOptions to TextAnalyticsActions.
  • Added RecognizeLinkedEntitiesActionsResults to AnalyzeBatchActionsResult.
  • AnalyzeHealthcareEntitiesResult, now exposes the property EntityRelationsof type HealthcareEntityRelation.
  • Introduced HealthcareEntityRelation class which will determine all the different relations between the entities as Roles.
  • Added HealthcareEntityRelationRole, which exposes Name and Entity of type string and HealthcareEntity respectively.
  • HealthcareEntityAssertion is added to HealthcareEntity which further exposes EntityAssociation, EntityCertainity and EntityConditionality.
  • Added new types under HealthcareRelationType class.

Breaking changes

  • Renamed AspectSentiment to TargetSentiment.
  • Renamed MinedOpinion to SentenceOpinion.
  • Renamed OpinionSentiment to AssessmentSentiment.
  • For PiiEntity.Category the type of the property is now PiiEntityCategory instead of EntityCategory.
  • Removed RelatedEntities.
  • RecognizePiiEntitiesOptions.Domain is now a nullable type.
  • In StartAnalyzeBatchActions when all actions return status failed the SDK will no longer throw an exception. The request will succeed and the errors will be located at the specific action level.

Fixes

  • RecognizePiiEntities and TextAnalyticsActions.RecognizePiiEntitiesOptions were always passing PiiEntityDomainType.PHI. Now, it is only passed when requested by the user 19086.

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

NewReleases is sending notifications on new releases.