Uses of Class
com.azure.health.deidentification.models.DeidentificationContent
Packages that use DeidentificationContent
Package
Description
Package containing the classes for Deidentification.
Package containing the data models for Deidentification.
-
Uses of DeidentificationContent in com.azure.health.deidentification
Methods in com.azure.health.deidentification with parameters of type DeidentificationContentModifier and TypeMethodDescriptionDeidentificationAsyncClient.deidentifyText(DeidentificationContent body) De-identify text.DeidentificationClient.deidentifyText(DeidentificationContent body) De-identify text. -
Uses of DeidentificationContent in com.azure.health.deidentification.models
Methods in com.azure.health.deidentification.models that return DeidentificationContentModifier and TypeMethodDescriptionstatic DeidentificationContentDeidentificationContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeidentificationContent from the JsonReader.DeidentificationContent.setCustomizations(DeidentificationCustomizationOptions customizations) Set the customizations property: Customization parameters to override default service behaviors.DeidentificationContent.setOperationType(DeidentificationOperationType operationType) Set the operationType property: Operation to perform on the input documents.