Deidentify Config Response
data class DeidentifyConfigResponse(val annotation: AnnotationConfigResponse, val dicom: DicomConfigResponse, val dicomTagConfig: DicomTagConfigResponse, val fhir: FhirConfigResponse, val fhirFieldConfig: FhirFieldConfigResponse, val image: ImageConfigResponse, val operationMetadata: DeidentifyOperationMetadataResponse, val text: TextConfigResponse, val useRegionalDataProcessing: Boolean)
Configures de-id options specific to different types of content. Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.
Constructors
Link copied to clipboard
fun DeidentifyConfigResponse(annotation: AnnotationConfigResponse, dicom: DicomConfigResponse, dicomTagConfig: DicomTagConfigResponse, fhir: FhirConfigResponse, fhirFieldConfig: FhirFieldConfigResponse, image: ImageConfigResponse, operationMetadata: DeidentifyOperationMetadataResponse, text: TextConfigResponse, useRegionalDataProcessing: Boolean)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Ensures in-flight data remains in the region of origin during de-identification. Using this option results in a significant reduction of throughput, and is not compatible with LOCATION
or ORGANIZATION_NAME
infoTypes. If the deprecated google.cloud.healthcare.v1beta1.deidentify.DeidentifyConfig.dicom_config or google.cloud.healthcare.v1beta1.deidentify.DeidentifyConfig.fhir_config are used, then LOCATION
must be excluded within TextConfig
, and must also be excluded within ImageConfig
if image redaction is required.