5.2.0-beta.4 (2022-08-12)
Features Added
- We are now targeting the service's
2022-05-01
API as the default. - Added bespoke methods for the custom entity recognition, and single-label and multi-label classification features,
such as,beginRecognizeCustomEntities()
,beginSingleLabelClassify()
andbeginMultiLabelClassify()
.
Breaking Changes
- Removed support for
Healthcare FHIR
, andExtractive Summarization
features. - Renamed
SingleCategoryClassifyAction
toSingleLabelClassifyAction
,
MultiCategoryClassifyAction
toMultiLabelClassifyAction
. - Merged
SingleCategoryClassifyResultCollection
andSingleCategoryClassifyResultCollection
toClassifyDocumentResultCollection
,
MultiCategoryClassifyResult
andSingleCategoryClassifyResult
toClassifyDocumentResult
.