Class: AssemblyAI::Transcripts::RedactPiiAudioQuality

Inherits:
Object
  • Object
show all
Defined in:
lib/assemblyai/transcripts/types/redact_pii_audio_quality.rb

Overview

Controls the filetype of the audio created by redact_pii_audio. Currently

supports mp3 (default) and wav. See [PII
redaction](https://www.assemblyai.com/docs/models/pii-redaction) for more
details.

Constant Summary collapse

MP3 =
"mp3"
WAV =
"wav"