5.3.0 (2023-06-19)
Features Added
- Added the following methods:
TextAnalyticsClient.AnalyzeActions
andTextAnalyticsClient.AnalyzeActionsAsync
. - Hid
TextAnalyticsClient.StartAnalyzeActions
andTextAnalyticsClient.StartAnalyzeActionsAsync
in favor ofTextAnalyticsClient.AnalyzeActions
andTextAnalyticsClient.AnalyzeActionsAsync
. These methods can still be used but are not shown in code suggestions. - Added the following methods:
TextAnalyticsClient.AnalyzeHealthcareEntities
andTextAnalyticsClient.AnalyzeHealthcareEntitiesAsync
. - Hid
TextAnalyticsClient.StartAnalyzeHealthcareEntities
andTextAnalyticsClient.StartAnalyzeHealthcareEntitiesAsync
in favor ofTextAnalyticsClient.AnalyzeHealthcareEntities
andTextAnalyticsClient.AnalyzeHealthcareEntitiesAsync
. These methods can still be used but are not shown in code suggestions. - Added the following methods:
TextAnalyticsClient.SingleLabelClassify
andTextAnalyticsClient.SingleLabelClassifyAsync
. - Hid
TextAnalyticsClient.StartSingleLabelClassify
andTextAnalyticsClient.StartSingleLabelClassifyAsync
in favor ofTextAnalyticsClient.SingleLabelClassify
andTextAnalyticsClient.SingleLabelClassifyAsync
. These methods can still be used but are not shown in code suggestions. - Added the following methods:
TextAnalyticsClient.MultiLabelClassify
andTextAnalyticsClient.MultiLabelClassifyAsync
. - Hid
TextAnalyticsClient.StartMultiLabelClassify
andTextAnalyticsClient.StartMultiLabelClassifyAsync
in favor ofTextAnalyticsClient.MultiLabelClassify
andTextAnalyticsClient.MultiLabelClassifyAsync
. These methods can still be used but are not shown in code suggestions. - Added the following methods:
TextAnalyticsClient.RecognizeCustomEntities
andTextAnalyticsClient.RecognizeCustomEntitiesAsync
. - Hid
TextAnalyticsClient.StartRecognizeCustomEntities
andTextAnalyticsClient.StartRecognizeCustomEntitiesAsync
in favor ofTextAnalyticsClient.RecognizeCustomEntities
andTextAnalyticsClient.RecognizeCustomEntitiesAsync
. These methods can still be used but are not shown in code suggestions.
Breaking Changes
Note: The following breaking changes only apply when upgrading from the previous beta versions (5.3.0-beta.*) and do not impact stable versions.
- Changes to extractive summarization:
- Renamed the
TextAnalyticsClient.StartExtractSummary
andTextAnalyticsClient.StartExtractSummaryAsync
methods toTextAnalyticsClient.ExtractiveSummarize
andTextAnalyticsClient.ExtractiveSummarizeAsync
respectively. - Renamed the
TextAnalyticsActions.ExtractSummaryActions
property toTextAnalyticsActions.ExtractiveSummarizeActions
. - Renamed the
AnalyzeActionResult.ExtractSummaryResults
property toAnalyzeActionResult.ExtractiveSummarizeResults
. - Renamed the
ExtractSummaryAction
class toExtractiveSummarizeAction
. - Renamed the
ExtractSummaryActionResult
class toExtractiveSummarizeActionResult
. - Renamed the
ExtractSummaryOperation
class toExtractiveSummarizeOperation
. - Renamed the
ExtractSummaryOptions
class toExtractiveSummarizeOptions
. - Renamed the
ExtractSummaryResult
class toExtractiveSummarizeResult
. - Renamed the
ExtractSummaryResultCollection
class toExtractiveSummarizeResultCollection
. - Renamed the
SummarySentencesOrder
enum toExtractiveSummarySentencesOrder
. - Renamed the
SummarySentence
class toExtractiveSummarySentence
.
- Renamed the
- Changes to abstractive summarization:
- Renamed the
TextAnalyticsClient.StartAbstractSummary
andTextAnalyticsClient.StartAbstractSummaryAsync
methods toTextAnalyticsClient.AbstractiveSummarize
andTextAnalyticsClient.AbstractiveSummarizeAsync
respectively. - Renamed the
TextAnalyticsActions.AbstractSummaryActions
property toTextAnalyticsActions.AbstractiveSummarizeActions
. - Renamed the
AnalyzeActionResult.AbstractSummaryResults
property toAnalyzeActionResult.AbstractiveSummarizeResults
. - Renamed the
AbstractSummaryAction
class toAbstractiveSummarizeAction
. - Renamed the
AbstractSummaryActionResult
class toAbstractiveSummarizeActionResult
. - Renamed the
AbstractSummaryOperation
class toAbstractiveSummarizeOperation
. - Renamed the
AbstractSummaryOptions
class toAbstractiveSummarizeOptions
. - Renamed the
AbstractSummaryResult
class toAbstractiveSummarizeResult
. - Renamed the
AbstractSummaryResultCollection
class toAbstractiveSummarizeResultCollection
. - Renamed the
AbstractSummaryAction
class toAbstractiveSummaryAction
. - Renamed the
SummaryContext
class toAbstractiveSummaryContext
.
- Renamed the
- Removed support for dynamic classification:
- Removed the following methods:
TextAnalyticsClient.DynamicClassify
andTextAnalyticsClient.DynamicClassifyAsync
. - Removed the following methods:
TextAnalyticsClient.DynamicClassifyBatch
andTextAnalyticsClient.DynamicClassifyBatchAsync
. - Removed the
DynamicClassifyDocumentResultCollection
class. - Removed the
ClassificationType
enum.
- Removed the following methods:
Other Changes
The client now defaults to targeting service API version 2023-04-01
.