5.1.0b6 (2021-03-09)
Breaking Changes
- By default, we now target the service's
v3.1-preview.4
endpoint through enum valueTextAnalyticsApiVersion.V3_1_PREVIEW
- Removed property
related_entities
onHealthcareEntity
and addedentity_relations
onto the document response level for healthcare - Renamed properties
aspect
andopinions
totarget
andassessments
respectively in classMinedOpinion
. - Renamed classes
AspectSentiment
andOpinionSentiment
toTargetSentiment
andAssessmentSentiment
respectively.
New Features
- Added
RecognizeLinkedEntitiesAction
as a supported action type forbegin_analyze_batch_actions
. - Added parameter
categories_filter
to therecognize_pii_entities
client method. - Added enum
PiiEntityCategoryType
. - Add property
normalized_text
toHealthcareEntity
. This property is a normalized version of thetext
property that already
exists on theHealthcareEntity
- Add property
assertion
ontoHealthcareEntity
. This contains assertions about the entity itself, i.e. if the entity represents a diagnosis,
is this diagnosis conditional on a symptom?
Known Issues
begin_analyze_healthcare_entities
is currently in gated preview and can not be used with AAD credentials. For more information, see the Text Analytics for Health documentation.- At time of this SDK release, the service is not respecting the value passed through
model_version
tobegin_analyze_healthcare_entities
, it only uses the latest model.