Type Alias: TranscriptionAudio
TranscriptionAudio =
Uint8Array|ArrayBuffer|string|URL
Defined in: packages/workflow-engine/src/ai/types.ts:283
Audio to transcribe: raw bytes, a base64 string, or a URL the AI SDK downloads (up to its 2 GiB default) before sending.