structuredDeidentifyTemplate property

String? structuredDeidentifyTemplate
getter/setter pair

Structured de-identify template.

If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

Implementation

core.String? structuredDeidentifyTemplate;