Transcribe and redact an audio file
Last updated
Was this helpful?
You can send an audio file to the Tonic Textual SDK. Textual creates a transcription of the audio file, and then redacts the transcription text as a string.
The file must be 25MB or smaller, and must be one of the following file types:
m4a
mp3
webm
mp4
mpga
wav
To transcribe and redact an audio file, you use textual.redact_audio_file.
redaction_response=textual.redact_audio(<path to the audio file>)
redaaction_response.describeThe request includes the entity type handling configuration.
The redaction response includes the redacted or synthesized content and details about the detected entity values.
Last updated
Was this helpful?
Was this helpful?