github Azure/azure-sdk-for-js @azure/ai-text-analytics_5.1.0-beta.1

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
pre-release3 years ago

5.1.0-beta.1 (2020-09-17)

  • We are now targeting the service's v3.1-preview.2 API as the default instead of v3.0.
  • We now have added support for opinion mining feature of Sentiment Analysis. To get this support, pass includeOpinionMining as True when calling the analyzeSentiment endpoint.
  • We have added the recognizePiiEntities API which returns entities containing personal information for a batch of documents and also returns the redacted text.
  • The length and offset properties are added to the SentenceSentiment, Entity, Match, PiiEntity and CategorizedEntity interfaces to represent the length of the sentence's text and its offset from the start of the document. The unit of distance used is UTF-16 code points.
  • The text property of the SentenceSentiment interface is no longer marked as optional because the service has always returned it. This interface is used exclusively as an output type so this change does not break existing code.
  • bingEntitySearchApiId property is now returned for entities returned by recognizeLinkedEntities API and is added to the LinkedEntity interface. This property is to be used in conjunction with the Bing Entity Search API to fetch additional relevant information about the returned entity.

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

NewReleases is sending notifications on new releases.