Azure.AI.TextAnalytics_5.3.0-beta.2
Pre-release
Pre-release
5.3.0-beta.2 (2023-03-07)
Features Added
- Added support for logging the "warn-text" response header.
Breaking Changes
Note: The following breaking changes only apply when upgrading from the previous beta version (5.3.0-beta.1) and do not impact stable versions.
- Changes to dynamic classification:
- Added the
classificationTypeparameter to the following methods:TextAnalyticsClient.DynamicClassify,TextAnalyticsClient.DynamicClassifyAsync,TextAnalyticsClient.DynamicClassifyBatchandTextAnalyticsClient.DynamicClassifyBatchAsync. - Removed the
optionsparameter from the following methods for consistency:TextAnalyticsClient.DynamicClassifyandTextAnalyticsClient.DynamicClassifyAsync. - Removed the
DynamicClassifyOptionsclass for consistency.
- Added the
- Changes to abstractive summarization:
- Renamed
AbstractSummaryAction.MaxSentenceCounttoAbstractSummaryAction.SentenceCount. - Renamed
AbstractSummaryOptions.MaxSentenceCounttoAbstractSummaryOptions.SentenceCount.
- Renamed
- Changes to Fast Healthcare Interoperability Resources (FHIR) bundles as part of healthcare text analysis.
- Renamed the
WellKnownFhirVersionenum toFhirVersion. - Changed the type of the
AnalyzeHealthcareEntitiesResult.FhirBundleproperty fromIReadOnlyDictionary<string, object>toBinaryData.
- Renamed the
- Changes to named entity recognition (NER) resolutions:
- Removed the
BooleanResolutionclass; boolean resolutions are not supported by the service.
- Removed the
- Changes to automatic language detection:
- Removed the
AbstractSummaryOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
AnalyzeActionsOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
AnalyzeHealthcareEntitiesOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
ExtractSummaryOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
MultiLabelClassifyOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
RecognizeCustomEntitiesOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service. - Removed the
SingleLabelClassifyOptions.AutoDetectionDefaultLanguageproperty; the property is not supported by the service.
- Removed the