Media reference - The column containing media references to audio files in the media sets. Expression<Media reference>
optionalLanguage - The language to detect in the input file. If no language is provided, it will be inferred from the first 30 seconds of audio. Enum<Afrikaans, Albanian, Amharic, Arabic, Armenian, Assamese, Azerbaijani, Bashkir, Basque, Belarusian, and more ...>
optionalOutput mode - Choose to output as a simple output where the output is the type of the output type parameter and errors are returned as null, or output a struct with the output the output type and error as fields. Enum<Simple, With errors>
optionalPerformance mode - The performance mode to use when running transcription. If no mode is provided, we will default to the more economical option. Enum<More economical, More performant>
Output type:String | Struct<ok, error>
Examples
Example 1: Base case
Description: Transcribe the audio file
Argument values: