Skip to content

Commit 365d488

Browse files
committed
add pre-recorded badge to pii redaction
1 parent dfec690 commit 365d488

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

chapters/audio-intelligence/pii-redaction.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: PII Redaction
33
description: "Automatically detect and redact personally identifiable information in pre-recorded transcripts"
44
---
55

6+
import PrerecordedBadge from "/snippets/badges/prerecorded.mdx"
7+
8+
<PrerecordedBadge />
9+
610
**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. \
711
\
812
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.
@@ -34,7 +38,7 @@ You can customize the behavior with `pii_redaction_config`:
3438

3539
## Example body
3640

37-
```json
41+
```json Pre-recorded
3842
{
3943
"audio_url": "YOUR_AUDIO_URL",
4044
"pii_redaction": true,

chapters/audio-intelligence/speaker-diarization.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ When diarization is enabled, each utterance will contain a `speaker` field, whos
2626
Speakers will be assigned indexes by **order of appearance** (i.e. the 1st speaker will be speaker 0, the 2nd speaker 1, etc).
2727

2828

29-
<CodeGroup>
30-
```json diarization
29+
```json Pre-recorded
3130
{
3231
"transcription": {
3332
"utterances": [
@@ -46,7 +45,6 @@ Speakers will be assigned indexes by **order of appearance** (i.e. the 1st speak
4645
}
4746
}
4847
```
49-
</CodeGroup>
5048

5149

5250
## Improving diarization accuracy

0 commit comments

Comments
 (0)