axFetchMultipartTranscription Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.axFetchMultipartTranscription.md function axFetchMultipartTranscription

axFetchMultipartTranscription

TypeScript
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

ParameterType
__namedParametersReadonly<{ abortSignal?: AbortSignal; audio: AxAudioInput; fetch?: FetchLike; fields: Record<string, string | number | boolean | undefined>; headers: Record<string, string>; url: string; }>

Returns

Promise<AxTranscriptionResponse>

Docs