Optional diarizationdiarization represents whether to diarize the audio and return speaker turns.
file represents the audio file to transcribe (can be File object or path string).
Optional injectioninjection represents whether to check the output for a prompt injection.
Optional languagelanguage represents the language the audio is in.
model represents the transcription model to use.
Optional piipii represents whether to check the output for PII.
Optional promptprompt represents an optional text to guide the model's style.
Optional replacereplaceMethod represents the method to replace any found PII.
Optional responseresponseFormat represents the format for the response object.
Optional temperaturetemperature represents the temperature parameter for controlling randomness.
Optional timestamptimestampGranularities represents timestamp granularities to populate.
Optional toxicitytoxicity represents whether to check the output for toxicity.
AudioTranscriptionInput represents the input for audio transcription.