5.2.0 (2022-09-08)
Features Added
- Added
DisplayName
property to the following classes to set the optional display name of the operations below:AnalyzeHealthcareEntitiesOptions
MultiLabelClassifyOptions
RecognizeCustomEntitiesOptions
SingleLabelClassifyOptions
- Added
DisplayName
property to the following operations to read the optional display name set on options classes above:AnalyzeHealthcareEntitiesOperation
fromAnalyzeHealthcareEntitiesOptions
ClassifyDocumentOperation
fromMultiLabelClassifyOptions
andSingleLabelClassifyOptions
RecognizeCustomEntitiesOperation
fromRecognizeCustomEntitiesOptions
- Added the following members to
HealthcareEntityCategory
following proper naming guidelines:Age
GeneOrProtein
SymptomOrSign
Breaking Changes
- Changed type
MultiLabelClassifyOptions.IncludeStatistics
frombool
tobool?
. - Changed type
RecognizeCustomEntitiesOptions.IncludeStatistics
frombool
tobool?
. - Changed type
SingleLabelClassifyOptions.IncludeStatistics
frombool
tobool?
.
Bugs Fixed
- The values of
HealthcareEntityCategory
have been redefined to match what the service actually returns. (#20024)
Other Changes
- Validate that a number of operations and model properties are only used for API versions in which they were defined, or newer API versions.