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/5b28f9093bb70863b59459bb6df5062d005bce41/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>