AxTranscriptionRequest
type AxTranscriptionRequest<TModel> = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L59
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel | string |
Properties
audio
audio: AxAudioInput;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L60
emitAudioProgress?
optional emitAudioProgress: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L75
Ask the provider to emit audio processing progress when supported.
keywords?
optional keywords: string[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L71
Domain words and names used to bias recognition.
language?
optional language: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L62
languageBias?
optional languageBias: string[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L69
Expected spoken languages used to bias recognition without forcing one language.
mode?
optional mode: "push_to_talk" | "endpointing" | "diarization";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L67
Portable speech-turn behavior for providers that support it.
model?
optional model: TModel;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L61
partialMode?
optional partialMode: "cumulative" | "delta";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L73
Shape of partial transcript events when a provider offers streaming transcription.
prompt?
optional prompt: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L63
responseFormat?
optional responseFormat: "json" | "verbose_json" | "text";Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L65
sessionId?
optional sessionId: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L77
Optional caller correlation identifier.
temperature?
optional temperature: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/audio/types.ts#L64