deidentifyTemplate property

String? deidentifyTemplate
getter/setter pair

De-identify template.

If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

Implementation

core.String? deidentifyTemplate;