| Modifier and Type | Class and Description |
|---|---|
class |
InfoTypeTransformations
A type of transformation that will scan unstructured text and
apply various `PrimitiveTransformation`s to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
|
static class |
InfoTypeTransformations.Builder
A type of transformation that will scan unstructured text and
apply various `PrimitiveTransformation`s to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
|
| Modifier and Type | Method and Description |
|---|---|
InfoTypeTransformationsOrBuilder |
DeidentifyConfigOrBuilder.getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformationsOrBuilder |
DeidentifyConfig.getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformationsOrBuilder |
DeidentifyConfig.Builder.getInfoTypeTransformationsOrBuilder()
Treat the dataset as free-form text and apply the same free text
transformation everywhere.
|
InfoTypeTransformationsOrBuilder |
FieldTransformationOrBuilder.getInfoTypeTransformationsOrBuilder()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
InfoTypeTransformationsOrBuilder |
FieldTransformation.getInfoTypeTransformationsOrBuilder()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
InfoTypeTransformationsOrBuilder |
FieldTransformation.Builder.getInfoTypeTransformationsOrBuilder()
Treat the contents of the field as free text, and selectively
transform content that matches an `InfoType`.
|
Copyright © 2022 Google LLC. All rights reserved.