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

pre-release19 months ago

5.3.0-beta.2 (2023-03-07)

Features Added

  • Added the following methods for performing abstractive summarization and extractive summarization actions:
    • beginAbstractSummary(...)
    • beginExtractSummary(...)
  • Added the following types for the newly added methods
    • AbstractSummaryOperationDetail, AbstractSummaryOptions, AbstractSummaryPagedFlux, AbstractSummaryPagedIterable
    • ExtractSummaryOperationDetail, ExtractSummaryOptions, ExtractSummaryPagedFlux, ExtractSummaryPagedIterable

Breaking Changes

  • Changed dynamic classify categories as a required parameter in dynamic text classification methods.
  • Renamed naming phrase DynamicClassficationXXX to DynamicClassifyXXX in class name, method name.
  • Changed BaseResolution to an abstract class.
  • Removed class BooleanResolution and enum value BooleanResolution in the class ResolutionKind.
  • Renamed maxSentenceCount to sentenceCount in abstractive summarization.

Other Changes

  • Integrate synchronous workflow for sync clients so that they do not block on async client APIs.
    It simplifies stack traces and improves debugging experience.

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

NewReleases is sending notifications on new releases.