Uses of Class
com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
Packages that use DeidentificationJobCustomizationOptions
Package
Description
Package containing the data models for Deidentification.
-
Uses of DeidentificationJobCustomizationOptions in com.azure.health.deidentification.models
Methods in com.azure.health.deidentification.models that return DeidentificationJobCustomizationOptionsModifier and TypeMethodDescriptionDeidentificationJobCustomizationOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeidentificationJobCustomizationOptions from the JsonReader.DeidentificationJob.getCustomizations()Get the customizations property: Customization parameters to override default service behaviors.DeidentificationJobCustomizationOptions.setRedactionFormat(String redactionFormat) Set the redactionFormat property: Format of the redacted output.DeidentificationJobCustomizationOptions.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 DeidentificationJobCustomizationOptionsModifier and TypeMethodDescriptionDeidentificationJob.setCustomizations(DeidentificationJobCustomizationOptions customizations) Set the customizations property: Customization parameters to override default service behaviors.