Type Alias SyncTranscribeOptions

SyncTranscribeOptions: {
    timeout?: number;
}

Client-side options for a synchronous transcription request. These are not sent to the server.

Type declaration

  • Optionaltimeout?: number

    The request timeout in milliseconds. Defaults to 60 000, which is kept above the server's 30 s deadline so the client doesn't race it.