Learn how to transcribe and analyze an audio file.
Transcriber
and configure it to use your API key. Replace YOUR_API_KEY
with your copied API key.transcribe()
.This may take a minute while we’re processing the audio.status
of the transcription will be set to error
. To see why it failed you can print the value of error
.TranscriptionConfig
with speaker_labels
set to True
, and then pass it as the second argument to transcribe()
.