1.1.0-beta.1 (2025-09-30)
Features Added
- Added
DeidentificationOperationType.SurrogateOnly
, which returns output text where user-defined PHI entities are replaced with realistic replacement values. When using this operation, includeDeidentificationContent.TaggedEntities
, which allows user input of PHI entities detected in the input text. The service will skip tagging and apply surrogation directly to the user-defined entities. - Added
DeidentificationCustomizationOptions.InputLocale
to allow specifying the locale of the input text for TAG and REDACT operations.