| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TextConfig |
TextConfig.clone() |
TextConfig |
DeidentifyConfig.getText()
Configures de-identification of text wherever it is found in the source_dataset.
|
TextConfig |
TextConfig.set(String fieldName,
Object value) |
TextConfig |
TextConfig.setAdditionalTransformations(List<InfoTypeTransformation> additionalTransformations)
Transformations to apply to the detected data, overridden by `exclude_info_types`.
|
TextConfig |
TextConfig.setExcludeInfoTypes(List<String> excludeInfoTypes)
InfoTypes to skip transforming, overriding `additional_transformations`.
|
TextConfig |
TextConfig.setTransformations(List<InfoTypeTransformation> transformations)
The transformations to apply to the detected data.
|
| Modifier and Type | Method and Description |
|---|---|
DeidentifyConfig |
DeidentifyConfig.setText(TextConfig text)
Configures de-identification of text wherever it is found in the source_dataset.
|
Copyright © 2011–2024 Google. All rights reserved.