github Azure/azure-sdk-for-java azure-ai-textanalytics_5.2.0-beta.2

latest releases: azure-sdk-template-three_1.0.0-beta.3764400, azure-sdk-template-two_1.0.0-beta.3764400, azure-sdk-template_1.2.1-beta.3764400...
pre-release2 years ago

5.2.0-beta.2 (2021-11-02)

Feature Added

  • We are now targeting the service's v3.2-preview.2 API as the default instead of v3.2-preview.1.
  • Multiple of the same action type is now supported with beginAnalyzeActions method, and the action name for each
    action can be set now.
  • Added support for Custom Entity Recognition actions through the RecognizeCustomEntitiesAction type.
    This action can be used to get a custom entity recognition for an input document or batch of documents.
  • Added support for Custom Single Classification actions through the SingleCategoryClassifyAction type.
    This action can be used to get a custom classification for an input document or batch of documents.
  • Added support for Custom Multiple Classification actions through the MultiCategoryClassifyAction type.
    This action can be used to get multiple custom classifications for an input document or batch of documents.

Breaking Changes

  • Renamed methods setSentencesOrderBy() to setOrderBy() and getSentencesOrderBy() to getOrderBy(), in the
    option bag, ExtractSummaryAction.

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

NewReleases is sending notifications on new releases.