Uses of Class
com.azure.health.deidentification.models.DeidentificationCustomizationOptions
Packages that use DeidentificationCustomizationOptions
Package
Description
Package containing the data models for Deidentification.
-
Uses of DeidentificationCustomizationOptions in com.azure.health.deidentification.models
Methods in com.azure.health.deidentification.models that return DeidentificationCustomizationOptionsModifier and TypeMethodDescriptionDeidentificationCustomizationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeidentificationCustomizationOptions from the JsonReader.DeidentificationContent.getCustomizations()Get the customizations property: Customization parameters to override default service behaviors.DeidentificationCustomizationOptions.setRedactionFormat(String redactionFormat) Set the redactionFormat property: Format of the redacted output.DeidentificationCustomizationOptions.setSurrogateLocale(String surrogateLocale) Set the surrogateLocale property: Locale in which the output surrogates are written.Methods in com.azure.health.deidentification.models with parameters of type DeidentificationCustomizationOptionsModifier and TypeMethodDescriptionDeidentificationContent.setCustomizations(DeidentificationCustomizationOptions customizations) Set the customizations property: Customization parameters to override default service behaviors.