Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.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)
Additional transformations to apply to the detected data, overriding `profile`.
|
TextConfig |
TextConfig.setExcludeInfoTypes(List<String> excludeInfoTypes)
InfoTypes to skip transforming, overriding `profile`.
|
TextConfig |
TextConfig.setProfileType(String profileType)
Base profile type for text transformation.
|
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.