You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/audio-intelligence/pii-redaction.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import PrerecordedBadge from "/snippets/badges/prerecorded.mdx"
9
9
10
10
**PII Redaction** automatically detects and replaces sensitive entities (names, emails, addresses, etc.) in your transcript output. This feature is only available for **pre-recorded** transcription. \
11
11
\
12
-
Handling audio data often involves processing conversations that contain personally identifiable information such as names, phone numbers, or financial details. Redacting PII helps you comply with **privacy regulations** like GDPR and CCPA, protect your users' sensitive data, and reduce the risk of data breaches when storing or sharing transcripts.
12
+
Handling audio data often involves processing conversations that contain personally identifiable information such as names, phone numbers, or financial details. Redacting PII helps you comply with **privacy regulations** like GDPR and CCPA/CPRA, protect your users' sensitive data, and reduce the risk of data breaches when storing or sharing transcripts.
13
13
## Usage
14
14
15
15
Add `"pii_redaction": true` to your request to redact all detected PII in the transcript. Sensitive entities will be replaced with markers in the output.
@@ -28,12 +28,12 @@ Add `"pii_redaction": true` to your request to redact all detected PII in the tr
28
28
You can customize the behavior with `pii_redaction_config`:
29
29
30
30
<ParamFieldbody="entity_types"type="string[]">
31
-
Preset or list of PII entity types to redact (e.g. `["GDPR"]`).
31
+
Preset or list of PII entity types to redact (e.g. `["GDPR"]`). See [Supported entity types](#supported-entity-types) for available presets.
0 commit comments