5.2.0-beta.4 (2022-08-12)
Features Added
- Added
AnalyzeActionsOperation.Cancel
andCancelAsync
to cancel a batch of actions. - Added
AnalyzeActionsResult.AnalyzeHealthcareEntitiesResults
to get healthcare entities from a batch of actions. - Added
TextAnalyticsActions.AnalyzeHealthcareEntitiesActions
to analyze healthcare entities in a batch of actions. - Added
TextAnalyticsClient.StartRecognizeCustomEntities
andStartRecognizeCustomEntitiesAsync
to recognize custom entities in a collection of documents. - Added
TextAnalyticsClient.StartSingleLabelClassify
andStartSingleLabelClassifyAsync
to classify documents with a single label. - Added
TextAnalyticsClient.StartMultiLabelClassify
andStartMultiLabelClassifyAsync
to classify documents with multiple labels.
Breaking Changes
- Merged
MultiCategoryClassifyResult
andSingleCategoryClassifyResult
intoClassifyDocumentResult
. - Removed Extractive Text Summarization and related models. To access this beta feature, install the 5.2.0-beta.3 version of the client library.
- Removed Extractive Text Summarization, Multi Label Classification, and Single Label Classification from legacy client library.
- Removed
HealthcareTaskParameters.FhirVersion
andAnalyzeHealthcareEntitiesResult.FhirBundle
. To access this beta feature, install the 5.2.0-beta.3 version of the client library. - Renamed
LabelClassifyResult.Classifications
toLabelClassifyResult.ClassificationCategories
. - Renamed
MultiCategoryClassifyAction
toMultiLabelClassifyAction
. - Renamed
MultiCategoryClassifyActionResult
toMultiLabelClassifyActionResult
. - Renamed
MultiCategoryClassifyResult
toClassifyDocumentResult
. - Renamed
MultiCategoryClassifyResultCollection
toClassifyDocumentResultCollection
. - Renamed
SingleCategoryClassifyAction
toSingleLabelClassifyAction
. - Renamed
SingleCategoryClassifyActionResult
toSingleLabelClassifyActionResult
. - Renamed
SingleCategoryClassifyResult
toClassifyDocumentResult
. - Renamed
SingleCategoryClassifyResultCollection
toClassifyDocumentResultCollection
.
Other Changes
- We are now targeting the service version
2022-05-01
API as the default instead of3.2-preview.2
. - The legacy client library is now targeting the service version
3.1
.