Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ImageConfig |
ImageConfig.clone() |
ImageConfig |
Options.getCleanImage()
Apply `Action.clean_image` to
[`PixelData`](http://dicom.nema.org/medical/dicom/2018e/output/chtml/part06/chapter_6.html) as
configured.
|
ImageConfig |
Action.getCleanImageTag()
Inspect image and transform sensitive burnt-in text.
|
ImageConfig |
DeidentifyConfig.getImage()
Configures the de-identification of image pixels in the source_dataset.
|
ImageConfig |
ImageConfig.set(String fieldName,
Object value) |
ImageConfig |
ImageConfig.setAdditionalInfoTypes(List<String> additionalInfoTypes)
Additional InfoTypes to redact in the images in addition to those used by
`text_redaction_mode`.
|
ImageConfig |
ImageConfig.setExcludeInfoTypes(List<String> excludeInfoTypes)
InfoTypes to skip redacting, overriding those used by `text_redaction_mode`.
|
ImageConfig |
ImageConfig.setTextRedactionMode(String textRedactionMode)
Determines how to redact text from image.
|
Modifier and Type | Method and Description |
---|---|
Options |
Options.setCleanImage(ImageConfig cleanImage)
Apply `Action.clean_image` to
[`PixelData`](http://dicom.nema.org/medical/dicom/2018e/output/chtml/part06/chapter_6.html) as
configured.
|
Action |
Action.setCleanImageTag(ImageConfig cleanImageTag)
Inspect image and transform sensitive burnt-in text.
|
DeidentifyConfig |
DeidentifyConfig.setImage(ImageConfig image)
Configures the de-identification of image pixels in the source_dataset.
|
Copyright © 2011–2024 Google. All rights reserved.