DeidentifyConfig constructor

DeidentifyConfig({
  1. DicomConfig? dicom,
  2. FhirConfig? fhir,
  3. ImageConfig? image,
  4. TextConfig? text,
  5. bool? useRegionalDataProcessing,
})

Implementation

DeidentifyConfig({
  this.dicom,
  this.fhir,
  this.image,
  this.text,
  this.useRegionalDataProcessing,
});