-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
- Add
categories_filtertoRecognizePiiEntitiesAction+ tests [textanalytics] add categories filter to RecognizePiiEntitiesAction #19223 - Expose
HealthcareEntityCategoryenum? [textanalytics] add HealthcareEntityCategory + move aliased enums to models #19266 -
Addaction_name(calledtask_namein swagger) to all *Action models -
Addaction_name(calledtask_namein swagger) toAnalyzeActionsResult(unclear if this makes sense if we switch to the design in [text analytics] change return type of analyze actions to list of list #18994 - but then where to return theaction_namein the result? Probably doesn't make sense on the *Result objects that are also returned from the single flavor of the endpoints...). - Internally use task_name to map inputs to outputs; don't expose in public surface quite yet [textanalytics] use task name to correlate inputs/outputs for actions #19255