axFetchMultipartTranscription
function axFetchMultipartTranscription(__namedParameters: Readonly<{
abortSignal?: AbortSignal;
audio: AxAudioInput;
fetch?: FetchLike;
fields: Record<string, string | number | boolean | undefined>;
headers: Record<string, string>;
url: string;
}>): Promise<AxTranscriptionResponse>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/audio/api.ts#L165
Parameters
| Parameter | Type |
|---|---|
__namedParameters | Readonly<{ abortSignal?: AbortSignal; audio: AxAudioInput; fetch?: FetchLike; fields: Record<string, string | number | boolean | undefined>; headers: Record<string, string>; url: string; }> |
Returns
Promise<AxTranscriptionResponse>